update package-list

This commit is contained in:
Jostein Fossheim 2025-05-14 20:23:09 +02:00
parent a6645d5f3a
commit 72546f5a65

View file

@ -6,12 +6,23 @@ ENV DEBIAN_FRONTEND=noninteractive
# Update and install packages
RUN apt-get update && apt-get install -y \
curl \
wget \
git \
lynx \
iproute2 \
iputils-ping \
inetutils-telnet \
mc \
mtr \
nmap \
nano \
openssl \
openssh-client \
tcpdump \
socat \
screen \
vim \
w3m \
wget \
# Add any other packages you need here \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*