From fab9838a32f18f9e57c4df8ba5642fa06ec61b5e Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Wed, 22 May 2024 21:04:23 +0200 Subject: [PATCH] fix build --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 979fa2f..96071b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM amd64/debian:12.5 +FROM debian:12.5 RUN apt-get update -qq -RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils --no-install-recommends +RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils vim nano --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