aboutsummaryrefslogtreecommitdiffhomepage
path: root/master-ubuntu16.04/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'master-ubuntu16.04/Dockerfile')
-rw-r--r--master-ubuntu16.04/Dockerfile5
1 files changed, 3 insertions, 2 deletions
diff --git a/master-ubuntu16.04/Dockerfile b/master-ubuntu16.04/Dockerfile
index 6b601a6..4dcc074 100644
--- a/master-ubuntu16.04/Dockerfile
+++ b/master-ubuntu16.04/Dockerfile
@@ -17,12 +17,13 @@ RUN echo "===> Adding Ansible's prerequisites..." && \
17 DEBIAN_FRONTEND=noninteractive \ 17 DEBIAN_FRONTEND=noninteractive \
18 apt-get install --no-install-recommends -y -q \ 18 apt-get install --no-install-recommends -y -q \
19 build-essential \ 19 build-essential \
20 python-pip python-dev python-yaml \ 20 python python-pip python-dev \
21 libffi-dev libssl-dev \ 21 libffi-dev libssl-dev \
22 libxml2-dev libxslt1-dev zlib1g-dev \ 22 libxml2-dev libxslt1-dev zlib1g-dev \
23 git && \ 23 git && \
24 pip install --upgrade wheel setuptools && \ 24 pip install --upgrade setuptools pip wheel && \
25 pip install --upgrade pyyaml jinja2 pycrypto && \ 25 pip install --upgrade pyyaml jinja2 pycrypto && \
26 pip install --upgrade pywinrm && \
26 \ 27 \
27 \ 28 \
28 echo "===> Downloading Ansible's source tree..." && \ 29 echo "===> Downloading Ansible's source tree..." && \