aboutsummaryrefslogtreecommitdiffhomepage
path: root/ubuntu14.04
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu14.04')
-rw-r--r--ubuntu14.04/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu14.04/Dockerfile b/ubuntu14.04/Dockerfile
index ef29eb9..e762a35 100644
--- a/ubuntu14.04/Dockerfile
+++ b/ubuntu14.04/Dockerfile
@@ -24,6 +24,8 @@ RUN echo "===> Adding Ansible's PPA..." && \
24 \ 24 \
25 \ 25 \
26 echo "===> Installing handy tools (not absolutely required)..." && \ 26 echo "===> Installing handy tools (not absolutely required)..." && \
27 apt-get install -y python-pip && \
28 pip install --upgrade pywinrm && \
27 apt-get install -y sshpass openssh-client && \ 29 apt-get install -y sshpass openssh-client && \
28 \ 30 \
29 \ 31 \