Skip to content

Commit 6f75ad7

Browse files
keboliuMichelMoriniaux
authored andcommitted
[pmon]: Add ethtool to pmon docker (sonic-net#2943)
1 parent 7480fbc commit 6f75ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-platform-monitor/Dockerfile.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%s
77
ENV DEBIAN_FRONTEND=noninteractive
88

99
# Install required packages
10-
RUN apt-get update && apt-get install -y python-pip libpython2.7 ipmitool librrd8 librrd-dev rrdtool python-smbus
10+
RUN apt-get update && apt-get install -y python-pip libpython2.7 ipmitool librrd8 librrd-dev rrdtool python-smbus ethtool
1111

1212
{% if docker_platform_monitor_debs.strip() -%}
1313
# Copy locally-built Debian package dependencies

0 commit comments

Comments
 (0)