mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Add junit-xml to docker images.
This commit is contained in:
parent
a88919c751
commit
62e6f6b885
8 changed files with 9 additions and 0 deletions
|
@ -81,5 +81,6 @@ RUN locale-gen en_US.UTF-8
|
|||
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
|
||||
RUN pip install junit-xml
|
||||
ENV container docker
|
||||
CMD ["/sbin/init"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue