Skip to content

Commit

Permalink
Merge pull request #64 from replicatedhq/lint-dockerfile
Browse files Browse the repository at this point in the history
add replicated-lint to vendor-cli dockerfile
  • Loading branch information
dexhorthy authored Oct 1, 2019
2 parents 36b7c9e + b7932b1 commit bce4ca8
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 bce4ca8

Please sign in to comment.