Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
20f43e6e77
|
|||
1fccfff364
|
|||
bffe8045df
|
@ -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
|
||||
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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user