Skip to content

Commit

Permalink
Merge pull request #2 from sportebois/master
Browse files Browse the repository at this point in the history
Add curl, npm, yarn and node in the toolkit
  • Loading branch information
AerialEngineering authored Nov 23, 2018
2 parents cbd5573 + 41d025d commit 258099f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ RUN apk --update --no-cache add \
jq \
bash \
git \
curl \
nodejs \
nodejs-npm \
&& pip install --no-cache-dir awscli==$AWS_CLI_VERSION \
&& npm install -g yarn \
&& apk del py-pip \
&& rm -rf /var/cache/apk/* /root/.cache/pip/* /usr/lib/python2.7/site-packages/awscli/examples

Expand Down

0 comments on commit 258099f

Please sign in to comment.