Skip to content

Commit

Permalink
Add zstd to package_linux (#251)
Browse files Browse the repository at this point in the history
* Add zstd to `package_linux`

* Add `zstd` to package_musl
  • Loading branch information
staticfloat authored Jun 21, 2024
1 parent ddb6a62 commit 8b4f03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions linux/package_linux.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ packages = [
"time",
"vim",
"wget",
"zstd",
]

artifact_hash, tarball_path, = debootstrap(arch, image; archive, packages) do rootfs, chroot_ENV
Expand Down
1 change: 1 addition & 0 deletions linux/package_musl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ packages = [
AlpinePackage("tar"),
# AlpinePackage("time"), # TODO: uncomment this line once we upgrade to Alpine 3.17
AlpinePackage("wget"),
AlpinePackage("zstd"),

# Install GCC 9, specifically
AlpinePackage("gcc~9", "v3.11"),
Expand Down

0 comments on commit 8b4f03f

Please sign in to comment.