Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Add jq
  • Loading branch information
alexlovelltroy authored Nov 25, 2024
1 parent b90307c commit 6cf014b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM chainguard/wolfi-base:latest
# Include curl and tini in the final image.
RUN set -ex \
&& apk update \
&& apk add --no-cache curl tini \
&& apk add --no-cache curl tini jq \
&& rm -rf /var/cache/apk/* \
&& rm -rf /tmp/*

Expand Down

0 comments on commit 6cf014b

Please sign in to comment.