diff --git a/Dockerfile b/Dockerfile index 169cfae2..cd7e36a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN make build FROM alpine # Install ca-certificates -RUN apk add --update ca-certificates +RUN apk add --update ca-certificates jq WORKDIR /root # Copy over binaries from the build-env