Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Also install nmap and ping into the image.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jun 19, 2024
1 parent a72fb4d commit f0b3fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN apt-get update && \
freeglut3-dev \
libeigen3-dev \
libglu1-mesa-dev \
nmap \
inetutils-ping \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit f0b3fd0

Please sign in to comment.