[docker-ptf]: add ethtool and telnet package in ptf (#3815)

This commit is contained in:
lguohan 2019-11-25 09:00:47 -08:00 committed by GitHub
parent 4ae1f7069f
commit 57728c5c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \