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