This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM docker.io/node:22-alpine
|
||||
|
||||
ADD rootca.pem /usr/local/share/ca-certificates/
|
||||
RUN apk --no-cache add --no-check-certificate ca-certificates \
|
||||
&& update-ca-certificates --fresh
|
||||
|
||||
ENTRYPOINT ["/usr/bin/env"]
|
||||
CMD ["bash"]
|
||||
Reference in New Issue
Block a user