Skip to content

Commit bce4ca8

Browse files
authored
Merge pull request #64 from replicatedhq/lint-dockerfile
add replicated-lint to vendor-cli dockerfile
2 parents 36b7c9e + b7932b1 commit bce4ca8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deploy/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
FROM alpine:latest
2-
RUN apk add --no-cache ca-certificates curl git && update-ca-certificates
2+
RUN apk add --no-cache ca-certificates curl git nodejs npm && update-ca-certificates
3+
RUN npm install -g replicated-lint
34
COPY replicated /replicated
45
ENV IN_CONTAINER 1
56
LABEL "com.replicated.vendor_cli"="true"
67
WORKDIR /out
78
ENTRYPOINT [ "/replicated" ]
9+

0 commit comments

Comments
 (0)