Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit f22e4cb

Browse files
committed
crops dockerfile: add pkgs for unittest and xmlrunner
Signed-off-by: Olev Kartau <olev.kartau@intel.com>
1 parent 522b41f commit f22e4cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker/crops-yocto-ubuntu-16/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ ARG gid=1000
1414

1515
USER root
1616

17+
#RUN apt-get install -y python3-unittest2 python3-six
18+
RUN apt-get install -y python3-pip
19+
RUN pip3 install unittest-xml-reporting
20+
21+
1722
RUN groupadd -o -g ${gid} ${group} \
1823
&& useradd -d "$JENKINS_HOME" -u ${uid} -g ${gid} -m -s /bin/bash ${user}
1924

0 commit comments

Comments
 (0)