Use netcat instead of non-free nmap/ncat

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/virt-launcher-container?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2024-01-24 07:48:22 +00:00 committed by Git OBS Bridge
parent 07b1556a52
commit c9a299d8e4

View File

@ -36,7 +36,7 @@ RUN zypper -n install \
libcap-progs \
libvirt-client \
libvirt-daemon-driver-qemu \
ncat \
netcat \
nftables \
qemu-hw-usb-redirect \
qemu-img \
@ -61,8 +61,6 @@ RUN if [ "$(uname -m)" = "aarch64" ]; then \
RUN zypper clean -a
RUN ln -s ncat /usr/bin/nc
#!ArchExclusiveLine: x86_64
RUN if [ "$(uname -m)" = "x86_64" ]; then \
mkdir -p /usr/share/OVMF && \