debug-docker/Dockerfile

6 lines
223 B
Docker
Raw Normal View History

2023-07-28 02:17:31 +02:00
FROM amd64/debian:12.1
2023-07-17 09:58:38 +02:00
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"]