Update Dockerfile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: aaron <git@ar21.de>
This commit is contained in:
Aaron Riedel 2024-10-17 12:24:16 +02:00
parent df9a056f44
commit a4e02cbd28

View file

@ -3,3 +3,4 @@ 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/*
RUN true