diff --git a/Dockerfile b/Dockerfile index 5dec8b1..bcdbfdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL name="build-essential" LABEL description="Node Build Essential Docker Image" LABEL maintainer="Ahmad Nassri " -RUN apk add --update --no-cache ca-certificates g++ git make musl-dev openssh py-pip +RUN apk add --update --no-cache ca-certificates git openssh py-pip run pip install yamllint USER node