From 1fccfff364bee295b8acac5a5815890c28b86d09 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 9 Apr 2025 17:35:56 +0200 Subject: [PATCH] add postgresql and mariadb clients --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c678dd8..285029f 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 ldap-utils + 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 postgresql-client mariadb-client