From 76211a8618c76c653824115d8f2e5dcb2f3972c3 Mon Sep 17 00:00:00 2001 From: aaron Date: Thu, 17 Oct 2024 12:27:15 +0200 Subject: [PATCH] Update Dockerfile Signed-off-by: aaron --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb039b1..ee588bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,3 @@ RUN apt-get update -qq RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils vim nano git ca-certificates --no-install-recommends RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/cache/apt/* -ENTRYPOINT ["tail", "-f", "/dev/null"] \ No newline at end of file