debug-docker/Dockerfile
Renovate Bot 1e93f245fd
All checks were successful
continuous-integration/drone/push Build is passing
Update debian Docker tag to v12.1
2023-07-28 00:17:31 +00:00

6 lines
No EOL
223 B
Docker

FROM amd64/debian:12.1
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"]