There was an error while loading. Please reload this page.
1 parent 04e8e63 commit 9155b3aCopy full SHA for 9155b3a
1 file changed
docker/crops-yocto-ubuntu-17/Dockerfile
@@ -14,6 +14,9 @@ ARG gid=1000
14
15
USER root
16
17
+RUN apt-get install -y python3-pip
18
+RUN pip3 install unittest-xml-reporting
19
+
20
RUN groupadd -o -g ${gid} ${group} \
21
&& useradd -d "$JENKINS_HOME" -u ${uid} -g ${gid} -m -s /bin/bash ${user}
22
0 commit comments