aboutsummaryrefslogtreecommitdiffhomepage
path: root/master-ubuntu14.04-onbuild
diff options
context:
space:
mode:
Diffstat (limited to 'master-ubuntu14.04-onbuild')
-rw-r--r--master-ubuntu14.04-onbuild/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/master-ubuntu14.04-onbuild/Dockerfile b/master-ubuntu14.04-onbuild/Dockerfile
index 937d783..620d2f0 100644
--- a/master-ubuntu14.04-onbuild/Dockerfile
+++ b/master-ubuntu14.04-onbuild/Dockerfile
@@ -17,10 +17,12 @@ 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 libxml2-dev libxslt1-dev zlib1g-dev \ 21 libxml2-dev libxslt1-dev zlib1g-dev \
22 git && \ 22 git && \
23 pip install --upgrade setuptools pip wheel && \
23 pip install --upgrade pyyaml jinja2 pycrypto && \ 24 pip install --upgrade pyyaml jinja2 pycrypto && \
25 pip install --upgrade pywinrm && \
24 \ 26 \
25 \ 27 \
26 echo "===> Downloading Ansible's source tree..." && \ 28 echo "===> Downloading Ansible's source tree..." && \