We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36b7c9e + b7932b1 commit bce4ca8Copy full SHA for bce4ca8
deploy/Dockerfile
@@ -1,7 +1,9 @@
1
FROM alpine:latest
2
-RUN apk add --no-cache ca-certificates curl git && update-ca-certificates
+RUN apk add --no-cache ca-certificates curl git nodejs npm && update-ca-certificates
3
+RUN npm install -g replicated-lint
4
COPY replicated /replicated
5
ENV IN_CONTAINER 1
6
LABEL "com.replicated.vendor_cli"="true"
7
WORKDIR /out
8
ENTRYPOINT [ "/replicated" ]
9
+
0 commit comments