feat: Install apt-utils (#313)

This commit is contained in:
Kroese 2024-01-10 17:56:46 +01:00 committed by GitHub
parent c8a268792a
commit 3194b13d65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ RUN apt-get update \
procps \ procps \
iptables \ iptables \
iproute2 \ iproute2 \
apt-utils \
dnsmasq \ dnsmasq \
net-tools \ net-tools \
qemu-utils \ qemu-utils \