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

Commit

Permalink
CI Dockerfile: add some pkgs in Dockerfile
Browse files Browse the repository at this point in the history
to make crops-based dockerfile suitable for refkit CI:
netcat-bsd, xml-reporting related

Signed-off-by: Olev Kartau <[email protected]>
  • Loading branch information
okartau committed Nov 6, 2017
1 parent 83f1097 commit 91d3ce2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/crops-yocto-opensuse-42-3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ ARG gid=1000

USER root

RUN zypper --no-color --non-interactive install --no-recommends \
python3-unittest-xml-reporting python3-six

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 91d3ce2

Please sign in to comment.