Skip to content

Commit

Permalink
Add zstd to base image packages (#1905)
Browse files Browse the repository at this point in the history
* We require zstd to do some decompression from
the tarballs on the image.
  • Loading branch information
8W9aG authored Aug 26, 2024
1 parent 52c8768 commit e7a8f05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/dockerfile/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var (
"unzip",
"wget",
"zip",
"zstd",
}
)

Expand Down

0 comments on commit e7a8f05

Please sign in to comment.