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

Commit b3573e1

Browse files
committed
CI Dockerfile: add some pkgs in Dockerfile
to make crops-based dockerfile suitable for refkit CI: netcat-bsd, xml-reporting related Signed-off-by: Olev Kartau <olev.kartau@intel.com>
1 parent 5f990d7 commit b3573e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/crops-yocto-opensuse-42-3/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ARG gid=1000
1414

1515
USER root
1616

17+
RUN zypper --no-color --non-interactive install --no-recommends \
18+
python3-unittest-xml-reporting python3-six
19+
1720
RUN groupadd -o -g ${gid} ${group} \
1821
&& useradd -d "$JENKINS_HOME" -u ${uid} -g ${gid} -m -s /bin/bash ${user}
1922

0 commit comments

Comments
 (0)