Files
networktools/Dockerfile
Wolfgang Hottgenroth bffe8045df
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
add ldap-utils
2025-04-09 17:34:04 +02:00

12 lines
319 B
Docker

FROM debian:latest
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
RUN \
apt update && \
apt upgrade -y --autoremove && \
apt install -y ca-certificates make openssh-client git python3 python3-requests gpg apt-transport-https wget curl nmap snmp netcat-openbsd tcpdump dnsutils net-tools ldap-utils