Add netcat-openbsd

This commit is contained in:
Kroese 2023-05-09 00:50:46 +02:00 committed by GitHub
parent c541e40322
commit 14fd2666fc

View File

@ -20,15 +20,15 @@ RUN apt-get update && apt-get -y upgrade && \
fdisk \ fdisk \
unzip \ unzip \
procps \ procps \
dnsmasq \
xz-utils \ xz-utils \
iptables \ iptables \
iproute2 \ iproute2 \
dnsmasq \
net-tools \ net-tools \
btrfs-progs \ btrfs-progs \
netcat-openbsd \
ca-certificates \ ca-certificates \
qemu-system-x86 \ qemu-system-x86 \
netcat-traditional \
&& apt-get clean && apt-get clean
COPY run/*.sh /run/ COPY run/*.sh /run/