Fix: add git
All checks were successful
Build image / release-image (push) Successful in 58s

This commit is contained in:
2024-11-06 08:31:45 +00:00
parent d8e2ebdd19
commit a6da4e2e12

View File

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