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

Commit fc8477c

Browse files
committed
crops dockerfile: add pkgs for unittest-xml and netcat
Signed-off-by: Olev Kartau <olev.kartau@intel.com>
1 parent 20e4dfb commit fc8477c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker/crops-yocto-ubuntu-16/Dockerfile

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

1515
USER root
1616

17+
RUN apt-get install -y\
18+
netcat-openbsd python3-unittest2 python3-six
19+
20+
1721
RUN groupadd -o -g ${gid} ${group} \
1822
&& useradd -d "$JENKINS_HOME" -u ${uid} -g ${gid} -m -s /bin/bash ${user}
1923

0 commit comments

Comments
 (0)