aboutsummaryrefslogtreecommitdiffhomepage
path: root/alpine3/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'alpine3/Dockerfile')
-rw-r--r--alpine3/Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/alpine3/Dockerfile b/alpine3/Dockerfile
index 28550b2..87b22c7 100644
--- a/alpine3/Dockerfile
+++ b/alpine3/Dockerfile
@@ -13,9 +13,10 @@ MAINTAINER William Yeh <william.pjyeh@gmail.com>
13 13
14 14
15RUN echo "===> Adding Python runtime..." && \ 15RUN 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..." && \