From bffe8045df3ed24b9b83f07e400bc80111d5cc4e Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 9 Apr 2025 17:34:04 +0200 Subject: [PATCH] add ldap-utils --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d753e6a..c678dd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,6 @@ LABEL Maintainer="Wolfgang Hottgenroth " 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 + 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