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

@@ -57,5 +57,6 @@ RUN ssh-keygen -q -t dsa -N '' -f /etc/ssh/ssh_host_dsa_key && \
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
RUN pip install junit-xml
ENV container=docker
CMD ["/usr/sbin/init"]