Skip to content

Commit 57728c5

Browse files
authored
[docker-ptf]: add ethtool and telnet package in ptf (#3815)
1 parent 4ae1f70 commit 57728c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dockers/docker-ptf/Dockerfile.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
2929
&& apt-get install -y \
3030
openssh-server \
3131
vim \
32+
telnet \
3233
net-tools \
3334
traceroute \
3435
lsof \
3536
tcpdump \
37+
ethtool \
3638
unzip \
3739
pkg-config \
3840
binutils \

0 commit comments

Comments
 (0)