Skip to content

Commit

Permalink
python 3.6 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
odubyk authored and shortjared committed Sep 4, 2018
1 parent be42a3a commit f20e472
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions default/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazonlinux:with-sources
FROM amazonlinux:2017.09-with-sources
LABEL maintainer="Jared Short <jshort@trek10.com>"

RUN yum update -y
Expand All @@ -9,14 +9,14 @@ RUN yum -y install \
jq \
nodejs \
openssl-devel \
python-devel.x86_64 \
python3-devel \
python27-devel.x86_64 \
python36-devel \
gcc \
zlib-devel

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

Expand Down

0 comments on commit f20e472

Please sign in to comment.