Skip to content

Commit

Permalink
Add jq to Dockerfile (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjanssen authored Apr 20, 2022
1 parent 70f1fd5 commit 87cb7a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM alpine:3.10

RUN apk add --no-cache ca-certificates bash jq

COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 87cb7a7

Please sign in to comment.