Skip to content

Commit 923c212

Browse files
authored
chore: add zstd to dogfood image (#3479)
1 parent 3ae42f4 commit 923c212

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dogfood/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ RUN apt-get update --quiet && apt-get install --yes \
152152
podman \
153153
skopeo \
154154
fish \
155-
gh && \
155+
gh \
156+
zstd && \
156157
# Delete package cache to avoid consuming space in layer
157158
apt-get clean && \
158159
# Configure FIPS-compliant policies

0 commit comments

Comments
 (0)