fix build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-05-22 21:04:23 +02:00
parent 154b3e34ae
commit fab9838a32
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -1,6 +1,6 @@
FROM amd64/debian:12.5
FROM debian:12.5
RUN apt-get update -qq
RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils --no-install-recommends
RUN apt-get install -qq curl nmap inetutils-ping iftop ldap-utils vim nano --no-install-recommends
RUN rm -rf /var/lib/apt/lists/*
RUN rm -rf /var/cache/apt/*
ENTRYPOINT ["tail", "-f", "/dev/null"]