Add ethtool to docker-platform-monitor (#8017)

#### Why I did it
ethtool can be used to query and change settings such as speed, auto- negotiation and checksum offload on many network devices, especially Ethernet devices. 

#### How I did it
add package extension to docker-platform-monitor/Dockerfile.j2
This commit is contained in:
VenkatCisco 2021-06-30 09:36:47 -07:00 committed by GitHub
parent c5855eba08
commit 1618aec370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ RUN apt-get update && \
rrdtool \
python-smbus \
python3-smbus \
ethtool \
dmidecode \
i2c-tools \
psmisc \