update packages

This commit is contained in:
Jostein Fossheim 2025-05-14 20:39:42 +02:00
parent 72546f5a65
commit eb2080a5a7

View file

@ -5,18 +5,24 @@ ENV DEBIAN_FRONTEND=noninteractive
# Update and install packages # Update and install packages
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
bind9-utils \
curl \ curl \
git \ git \
krb5-user \
ldap-utils \
lynx \ lynx \
iperf3 \
iproute2 \ iproute2 \
iputils-ping \ iputils-ping \
inetutils-telnet \ inetutils-telnet \
mariadb-client \
mc \ mc \
mtr \ mtr \
nmap \ nmap \
nano \ nano \
openssl \ openssl \
openssh-client \ openssh-client \
postgresql-client \
tcpdump \ tcpdump \
socat \ socat \
screen \ screen \