2 Commits
0.1.0 ... 0.2.1

Author SHA1 Message Date
20f43e6e77 new base image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-05-16 13:15:41 +02:00
1fccfff364 add postgresql and mariadb clients
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-04-09 17:35:56 +02:00

View File

@ -1,4 +1,4 @@
FROM debian:latest
FROM debian:bookworm-20250428
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
@ -6,6 +6,6 @@ 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
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