update package-list
This commit is contained in:
parent
a6645d5f3a
commit
72546f5a65
1 changed files with 12 additions and 1 deletions
13
Dockerfile
13
Dockerfile
|
@ -6,12 +6,23 @@ 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 \
|
||||||
curl \
|
curl \
|
||||||
wget \
|
|
||||||
git \
|
git \
|
||||||
|
lynx \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
iputils-ping \
|
iputils-ping \
|
||||||
|
inetutils-telnet \
|
||||||
|
mc \
|
||||||
|
mtr \
|
||||||
nmap \
|
nmap \
|
||||||
|
nano \
|
||||||
|
openssl \
|
||||||
|
openssh-client \
|
||||||
|
tcpdump \
|
||||||
|
socat \
|
||||||
|
screen \
|
||||||
vim \
|
vim \
|
||||||
|
w3m \
|
||||||
|
wget \
|
||||||
# Add any other packages you need here \
|
# Add any other packages you need here \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue