isc-dhcp-client

This commit is contained in:
Kroese 2023-04-19 22:37:07 +02:00 committed by GitHub
parent f076793786
commit d7f85c9891

View File

@ -17,16 +17,16 @@ RUN apt-get update && apt-get -y upgrade && \
fdisk \
unzip \
procps \
udhcpc \
dnsmasq \
xz-utils \
iptables \
iproute2 \
xz-utils \
dnsmasq \
net-tools \
btrfs-progs \
bridge-utils \
netcat-openbsd \
ca-certificates \
isc-dhcp-client \
netcat-openbsd \
qemu-system-x86 \
&& apt-get clean