From a256e54bbc281af01f0f467c6762b180a62a1661 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sun, 26 May 2024 20:30:23 +0200 Subject: [PATCH] add git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96071b6..ccd8ee7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:12.5 RUN apt-get update -qq -RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils vim nano --no-install-recommends +RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils vim nano git --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