diff --git a/Dockerfile b/Dockerfile index befe897..2187f93 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \