Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
shortjared authored Aug 14, 2018
1 parent 0aaa51d commit b353b21
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,18 @@ RUN yum -y install \
nodejs \
openssl-devel \
python-devel.x86_64 \
python3-devel \
gcc \
zlib-devel

# install python 3
RUN amazon-linux-extras install python3

# install pip + aws cli
RUN curl -O https://bootstrap.pypa.io/get-pip.py && \
python get-pip.py
RUN pip install awscli --upgrade
RUN pip install aws-sam-cli

# install python 3
RUN amazon-linux-extras install python3

# update npm to latest version
RUN npm install -g npm

0 comments on commit b353b21

Please sign in to comment.