Skip to content

Commit 6cfcde6

Browse files
committed
Install traceroute and traceroute6.
1 parent 50c5f6d commit 6cfcde6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,13 @@ RUN mkdir -p ${BUILD_DIR} \
6464
python3-venv \
6565
sudo \
6666
tcpdump \
67+
traceroute \
6768
tshark \
6869
wget \
6970
wpasupplicant \
7071
${BUILD_DEPS} \
72+
# Configure preferred commands
73+
&& update-alternatives --set traceroute6 /usr/bin/traceroute6.db \
7174
# Create venv
7275
&& python3 -m venv /venv \
7376
# Install Open vSwitch/Mininet

0 commit comments

Comments
 (0)