This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:22-alpine
|
||||
|
||||
RUN apk add kubectl bash git
|
||||
ADD rootca.pem /usr/local/share/ca-certificates/cacert.crt
|
||||
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