Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
feat(yamllint): include yamllint in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Nov 23, 2018
1 parent 33948ac commit e55671d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ LABEL name="build-essential"
LABEL description="Node Build Essential Docker Image"
LABEL maintainer="Ahmad Nassri <ahmad.nassri@telus.com>"

RUN apk add --update --no-cache ca-certificates git openssh
RUN apk add --update --no-cache ca-certificates git openssh py-pip
run pip install yamllint

USER node

Expand Down

0 comments on commit e55671d

Please sign in to comment.