Add jq to Dockerfile (#18)

This commit is contained in:
Robbin Janssen
2022-04-20 11:47:50 +02:00
committed by GitHub
parent 70f1fd5d40
commit 87cb7a7de1

View File

@@ -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"]