This commit is contained in:
parent
1ea1e07326
commit
154b3e34ae
3 changed files with 25 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM amd64/debian:12.5
|
||||
RUN apt-get update -qq
|
||||
RUN apt-get install -qq curl nmap inetutils-ping iftop --no-install-recommends
|
||||
RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils --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