diff options
Diffstat (limited to '1.9-alpine3-onbuild')
-rw-r--r-- | 1.9-alpine3-onbuild/Dockerfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/1.9-alpine3-onbuild/Dockerfile b/1.9-alpine3-onbuild/Dockerfile index 2af2f48..aefffe7 100644 --- a/1.9-alpine3-onbuild/Dockerfile +++ b/1.9-alpine3-onbuild/Dockerfile | |||
@@ -13,9 +13,10 @@ MAINTAINER William Yeh <william.pjyeh@gmail.com> | |||
13 | 13 | ||
14 | 14 | ||
15 | RUN echo "===> Adding Python runtime..." && \ | 15 | RUN echo "===> Adding Python runtime..." && \ |
16 | apk --update add python py-pip openssl ca-certificates && \ | 16 | apk --update add python py-pip openssl ca-certificates && \ |
17 | apk --update add --virtual build-dependencies python-dev build-base && \ | 17 | apk --update add --virtual build-dependencies \ |
18 | pip install --upgrade pip && \ | 18 | python-dev libffi-dev openssl-dev build-base && \ |
19 | pip install --upgrade pip cffi && \ | ||
19 | \ | 20 | \ |
20 | \ | 21 | \ |
21 | echo "===> Installing Ansible..." && \ | 22 | echo "===> Installing Ansible..." && \ |