diff --git a/Dockerfile b/Dockerfile index aa4b009..ee39604 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM docker.io/node:22-alpine ADD rootca.pem /usr/local/share/ca-certificates/ -RUN apk --no-cache add --no-check-certificate ca-certificates \ +RUN apk --no-cache add --no-check-certificate ca-certificates git \ && update-ca-certificates --fresh ENTRYPOINT ["/usr/bin/env"]