We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f769e8 commit 41d4634Copy full SHA for 41d4634
1 file changed
docker/crops-yocto-ubuntu-16/Dockerfile
@@ -14,6 +14,11 @@ ARG gid=1000
14
15
USER root
16
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
22
RUN groupadd -o -g ${gid} ${group} \
23
&& useradd -d "$JENKINS_HOME" -u ${uid} -g ${gid} -m -s /bin/bash ${user}
24
0 commit comments