summaryrefslogtreecommitdiff
path: root/test/utils
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2018-03-28 21:43:15 +0200
committerMatt Clay <matt@mystile.com>2018-03-28 14:17:31 -0700
commitcb5e594c1302578e607deee295787ce6f347d855 (patch)
treee5d401dbc7cbed78cd3dac9b502ea8988ede4472 /test/utils
parente5d44934e78ce8bf87c15e16c83dfac20f373d3e (diff)
downloadansible-cb5e594c1302578e607deee295787ce6f347d855.tar.gz
Fix building from ubuntu1404 Dockerfile
Diffstat (limited to 'test/utils')
-rw-r--r--test/utils/docker/ubuntu1404/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/docker/ubuntu1404/Dockerfile b/test/utils/docker/ubuntu1404/Dockerfile
index eea658a9fc..f353531371 100644
--- a/test/utils/docker/ubuntu1404/Dockerfile
+++ b/test/utils/docker/ubuntu1404/Dockerfile
@@ -54,6 +54,7 @@ RUN apt-get update -y && \
&& \
apt-get clean
+RUN pip install pip --upgrade
RUN pip install --upgrade pycrypto cryptography
# helpful things taken from the ubuntu-upstart Dockerfile:
@@ -92,7 +93,6 @@ RUN ssh-keygen -q -t rsa -N '' -f /root/.ssh/id_rsa && \
cp /root/.ssh/id_rsa.pub /root/.ssh/authorized_keys && \
for key in /etc/ssh/ssh_host_*_key.pub; do echo "localhost $(cat ${key})" >> /root/.ssh/known_hosts; done
VOLUME /sys/fs/cgroup /run/lock /run /tmp
-RUN pip install pip --upgrade
RUN pip install coverage junit-xml
ENV container=docker
CMD ["/sbin/init"]