diff --git a/Dockerfile b/Dockerfile index a24c8be..787ee72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN npm config set unsafe-perm true && \ npm config set unsafe-perm false ENV NODE_PATH "/usr/lib/node_modules/" +RUN apk add --no-cache ca-certificates jq + COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]