We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package_musl
busybox
time
1 parent 638de23 commit fa49fecCopy full SHA for fa49fec
linux/package_musl.jl
@@ -7,6 +7,7 @@ image = args.image
7
8
packages = [
9
AlpinePackage("bash"),
10
+ AlpinePackage("busybox"), # Provides `time`; TODO: delete this line once we upgrade to Alpine 3.17
11
AlpinePackage("bzip2"),
12
AlpinePackage("cmake"),
13
AlpinePackage("curl"),
@@ -19,7 +20,7 @@ packages = [
19
20
AlpinePackage("perl"),
21
AlpinePackage("python3"),
22
AlpinePackage("tar"),
- AlpinePackage("time"),
23
+ # AlpinePackage("time"), # TODO: uncomment this line once we upgrade to Alpine 3.17
24
AlpinePackage("wget"),
25
26
# Install GCC 9, specifically
0 commit comments