Skip to content

Commit

Permalink
Add aws-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Martino committed Mar 13, 2019
1 parent 0c5530c commit 03e9141
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 @@ -186,6 +186,10 @@ RUN set -ex \
&& ln -s /opt/yarn-v$YARN_VERSION/bin/yarnpkg /usr/local/bin/yarnpkg \
&& rm yarn-v$YARN_VERSION.tar.gz.asc yarn-v$YARN_VERSION.tar.gz

### INSTALL AWSCLI
RUN apt-get update && \
apt-get install -y awscli

### INSTALL WATCHMAN ###
RUN apt-get install -y \
libssl-dev autoconf automake libtool pkg-config
Expand Down

0 comments on commit 03e9141

Please sign in to comment.