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