This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM docker.io/node:22-alpine
|
FROM docker.io/node:22-alpine
|
||||||
|
|
||||||
ADD rootca.pem /usr/local/share/ca-certificates/
|
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
|
&& update-ca-certificates --fresh
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/env"]
|
ENTRYPOINT ["/usr/bin/env"]
|
||||||
|
|||||||
Reference in New Issue
Block a user