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:
parent
c5855eba08
commit
1618aec370
@ -22,6 +22,7 @@ RUN apt-get update && \
|
|||||||
rrdtool \
|
rrdtool \
|
||||||
python-smbus \
|
python-smbus \
|
||||||
python3-smbus \
|
python3-smbus \
|
||||||
|
ethtool \
|
||||||
dmidecode \
|
dmidecode \
|
||||||
i2c-tools \
|
i2c-tools \
|
||||||
psmisc \
|
psmisc \
|
||||||
|
Reference in New Issue
Block a user