This commit is contained in:
commit
9993a0df2c
4 changed files with 50 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM amd64/debian:12.0
|
||||
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"]
|
Loading…
Add table
Add a link
Reference in a new issue