Skip to content

Commit

Permalink
add replicated-lint to vendor-cli dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dexhorthy committed Sep 25, 2019
1 parent 36b7c9e commit b7932b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
FROM alpine:latest
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
RUN npm install -g replicated-lint
COPY replicated /replicated
ENV IN_CONTAINER 1
LABEL "com.replicated.vendor_cli"="true"
WORKDIR /out
ENTRYPOINT [ "/replicated" ]

0 comments on commit b7932b1

Please sign in to comment.