debug-docker/Dockerfile
Aaron Riedel a256e54bbc
All checks were successful
continuous-integration/drone/push Build is passing
add git
2024-05-26 20:30:23 +02:00

6 lines
No EOL
241 B
Docker

FROM debian:12.5
RUN apt-get update -qq
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"]