Skip to content

Commit

Permalink
install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Jan 24, 2024
1 parent fcf88b1 commit 372509f
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
@@ -1,7 +1,7 @@
# Container image that runs your code
FROM alpine:3.10

RUN apk add --no-cache bash curl git
RUN apk add --no-cache bash curl git jq

COPY --chmod=0755 entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 372509f

Please sign in to comment.