From 0359f2909d7f15840443eb2c22d11707ce839d45 Mon Sep 17 00:00:00 2001 From: Kent Huang Date: Wed, 14 Jun 2017 15:40:20 +0800 Subject: [PATCH] [Fix] Fix Dockerfile --- Dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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