diff --git a/default/Dockerfile b/default/Dockerfile index 4bc385d..b2e8caf 100644 --- a/default/Dockerfile +++ b/default/Dockerfile @@ -1,4 +1,4 @@ -FROM amazonlinux:with-sources +FROM amazonlinux:2017.09-with-sources LABEL maintainer="Jared Short " RUN yum update -y @@ -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