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

Commit

Permalink
feat(curl): add curl to the build essential image (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruxandrafed committed Jan 14, 2019
1 parent 1c17801 commit 7d54b45
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 git openssh py-pip
RUN apk add --update --no-cache ca-certificates git openssh py-pip curl
run pip install yamllint

USER node
Expand Down

0 comments on commit 7d54b45

Please sign in to comment.