[docker-ptf]: add ethtool and telnet package in ptf (#3815)
This commit is contained in:
parent
4ae1f7069f
commit
57728c5c8b
@ -29,10 +29,12 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
|
|||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
openssh-server \
|
openssh-server \
|
||||||
vim \
|
vim \
|
||||||
|
telnet \
|
||||||
net-tools \
|
net-tools \
|
||||||
traceroute \
|
traceroute \
|
||||||
lsof \
|
lsof \
|
||||||
tcpdump \
|
tcpdump \
|
||||||
|
ethtool \
|
||||||
unzip \
|
unzip \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
binutils \
|
binutils \
|
||||||
|
Loading…
Reference in New Issue
Block a user