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

Commit

Permalink
fix(deps): revert "feat(deps): added build essentials make musl-dev g…
Browse files Browse the repository at this point in the history
…cc" (#18)

* Revert "feat(deps): added build essentials make musl-dev gcc (#16)"

This reverts commit 9421f72.

* Update .editorconfig

* Update package.json
  • Loading branch information
kuwas authored Dec 19, 2018
1 parent 9421f72 commit c54bc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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 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
Expand Down

0 comments on commit c54bc6a

Please sign in to comment.