From 4ad569feafdae2789b266c4d25d76c29401a27cf Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Thu, 19 Jun 2025 15:30:27 +0200 Subject: [PATCH] s --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b75e2e3..e1d9123 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,6 @@ RUN --mount=type=bind,from=download,source=/tmp/docker,target=/tmp/docker \ --mount=type=tmpfs,target=/var/cache \ ls -lA /tmp/docker/ && \ apt-get -qq update && \ - apt-get -qq install --yes --no-install-recommends htop wget curl && \ + apt-get -qq install --yes --no-install-recommends htop wget curl net-tools && \ rm -rf /etc/*- /var/lib/dpkg/*-old /var/lib/dpkg/status USER 1000 \ No newline at end of file