From ebf30da7784c646f4581820a04940ad5dbfcd8a4 Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Thu, 28 Sep 2023 19:06:58 +0200 Subject: [PATCH] Removed some superfluous tools from the docker image (#157) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e4f5041..fb04f1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG APP_HOME="transparenzregister" WORKDIR /${APP_HOME}/ USER root RUN apt update -y && \ - apt install git sqlite3 iputils-ping traceroute -y && \ + apt install git sqlite3 -y && \ rm -rf /var/lib/apt/lists/* COPY dist/*.whl dist/