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

Commit

Permalink
crops dockerfile: add pkgs for unittest and xmlrunner
Browse files Browse the repository at this point in the history
Signed-off-by: Olev Kartau <[email protected]>
  • Loading branch information
okartau committed Nov 23, 2017
1 parent 9443037 commit f9d13c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/crops-yocto-ubuntu-16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ ARG gid=1000

USER root

#RUN apt-get install -y python3-unittest2 python3-six
RUN apt-get install -y python3-pip
RUN pip3 install unittest-xml-reporting


RUN groupadd -o -g ${gid} ${group} \
&& useradd -d "$JENKINS_HOME" -u ${uid} -g ${gid} -m -s /bin/bash ${user}

Expand Down

0 comments on commit f9d13c9

Please sign in to comment.