Skip to content

Commit ac0eb19

Browse files
VenkatCiscoCarl Keene
authored andcommitted
Add ethtool to docker-platform-monitor (sonic-net#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
1 parent edd9b2e commit ac0eb19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dockers/docker-platform-monitor/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update && \
2222
rrdtool \
2323
python-smbus \
2424
python3-smbus \
25+
ethtool \
2526
dmidecode \
2627
i2c-tools \
2728
psmisc \

0 commit comments

Comments
 (0)