Skip to content

Commit

Permalink
add networking tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Arkenau committed Oct 5, 2023
1 parent 5545a91 commit a0d20fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ RUN apt-get update && apt-get -y upgrade \
RUN apt-get update && apt-get install -y --no-install-recommends \
curl \
gnupg2 \
iproute2 \
iputils-ping \
lsb-release \
sudo \
nmap \
net-tools \
software-properties-common \
sudo \
wget \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit a0d20fd

Please sign in to comment.