Skip to content

Commit

Permalink
install zstd
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Newberry <brooks@newberry.com>
  • Loading branch information
brooksn committed Jun 13, 2024
1 parent 1cdea91 commit 2eef0b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ RUN apk --no-cache add \
rsync \
subversion \
wget \
yq
yq \
zstd
COPY scripts/ /usr/local/go/bin/
COPY --from=trivy-base /usr/local/bin/ /usr/bin/
RUN set -x && \
Expand Down

0 comments on commit 2eef0b3

Please sign in to comment.