]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - alpine3/Dockerfile
Add: support for Ubuntu 16.04 LTS (Xenial).
[github/fretlink/docker-ansible.git] / alpine3 / Dockerfile
index 28550b253c114fd0ce6079a19233fc95145c30ad..87b22c7acb2e0f621aebae3e7d631a9b1cd277d5 100644 (file)
@@ -13,9 +13,10 @@ MAINTAINER William Yeh <william.pjyeh@gmail.com>
 
 
 RUN echo "===> Adding Python runtime..."  && \
-    apk --update add python py-pip openssl ca-certificates               && \
-    apk --update add --virtual build-dependencies python-dev build-base  && \
-    pip install --upgrade pip                                            && \
+    apk --update add python py-pip openssl ca-certificates    && \
+    apk --update add --virtual build-dependencies \
+                python-dev libffi-dev openssl-dev build-base  && \
+    pip install --upgrade pip cffi                            && \
     \
     \
     echo "===> Installing Ansible..."  && \