diff --git a/Dockerfile b/Dockerfile index 17f498e..80d19c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,13 @@ RUN apk --no-cache add \ curl \ python \ py-pip \ - pip install --upgrade pip \ + gcc \ + python-dev \ + musl-dev \ + libffi-dev \ + openssl-dev + +RUN pip install --upgrade pip \ awsebcli \ awscli \ credstash @@ -22,4 +28,4 @@ RUN curl -L https://github.com/barnybug/cli53/releases/download/0.8.7/cli53-linu ENV PAGER="less" # Expose credentials volume -RUN mkdir ~/.aws \ No newline at end of file +RUN mkdir ~/.aws