From a407d2d94dd2ae5a94831567722ab52acfd51e9f Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 10 Jan 2024 17:58:50 +0100 Subject: [PATCH] build: Install apt-utils (#551) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3ca73a1..ca166ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ RUN if [ "$TARGETPLATFORM" != "linux/amd64" ]; then extra="qemu-user"; fi \ xz-utils \ iptables \ iproute2 \ + apt-utils \ dnsmasq \ fakeroot \ net-tools \