Skip to content

Commit

Permalink
Add jq to the docker image.
Browse files Browse the repository at this point in the history
This is used by some features of interchaintest and is just generally
useful to have.
  • Loading branch information
fastfadingviolets committed Jul 29, 2024
1 parent e61c209 commit 3fcba62
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 @@ -24,7 +24,7 @@ RUN echo "Ensuring binary is statically linked ..." \
&& file /src/app/build/gaiad | grep "statically linked"

FROM alpine:$IMG_TAG
RUN apk add --no-cache build-base
RUN apk add --no-cache build-base jq
RUN addgroup -g 1025 nonroot
RUN adduser -D nonroot -u 1025 -G nonroot
ARG IMG_TAG
Expand Down

0 comments on commit 3fcba62

Please sign in to comment.