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

Commit 91a62a3

Browse files
committed
Revert "docker: install netcat in OpenSUSE container"
This reverts commit c8f3e64. Usage of the host netcat was replaced by building socat-native. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
1 parent b6e13ec commit 91a62a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/opensuse-42.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN zypper --no-color --non-interactive ref -f && \
1010
zypper --no-color --non-interactive install --no-recommends python gcc \
1111
gcc-c++ git chrpath make wget python-xml diffstat makeinfo \
1212
python-curses patch socat libSDL-devel tar which unzip \
13-
net-tools iproute2 vim netcat-openbsd \
13+
net-tools iproute2 vim \
1414
python3 python3-curses glibc-locale syslinux
1515

1616
ENV JENKINS_HOME /var/lib/jenkins

0 commit comments

Comments
 (0)