Skip to content

Commit

Permalink
Adding awscli to modyo/build:9
Browse files Browse the repository at this point in the history
  • Loading branch information
khrno committed Dec 2, 2019
1 parent 606d34f commit 66c11f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -

RUN apt-get install -y build-essential \
nodejs \
python-pip \
zip

ENV GEM_HOME vendor/gem_home
Expand All @@ -19,3 +20,4 @@ RUN bundle config BUNDLE_BIN bin
RUN bundle config BUNDLE_DISABLE_SHARED_GEMS true

RUN npm install -g yarn
RUN pip install awscli

0 comments on commit 66c11f1

Please sign in to comment.