Add junit-xml to docker images.

This commit is contained in:
Matt Clay
2016-06-13 15:06:51 -07:00
parent a88919c751
commit 62e6f6b885
8 changed files with 9 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ RUN apt-get install -y \
python-pip \
python-setuptools \
python-virtualenv \
python-wheel \
virtualenv \
python-yaml
@@ -68,4 +69,5 @@ RUN mkdir /etc/ansible/
RUN /bin/echo -e "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
VOLUME /sys/fs/cgroup /run/lock /run /tmp
RUN pip install junit-xml
CMD ["/sbin/init"]