diff --git a/Dockerfile b/Dockerfile index b0c2834..085168b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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