debug-docker/Dockerfile
Renovate Bot 1028be77d1
All checks were successful
continuous-integration/drone/push Build is passing
Update debian Docker tag to v12.2
2023-10-11 19:29:29 +00:00

6 lines
No EOL
223 B
Docker

FROM amd64/debian:12.2
RUN apt-get update -qq
RUN apt-get install -qq curl nmap inetutils-ping iftop --no-install-recommends
RUN rm -rf /var/lib/apt/lists/*
RUN rm -rf /var/cache/apt/*
ENTRYPOINT ["tail", "-f", "/dev/null"]