Add SNMP tools.

This commit is contained in:
Kristofer Hallin 2022-04-27 01:28:25 -07:00 committed by Olof hagsand
parent 8bff60fb30
commit 432131c9d2

View file

@ -139,6 +139,9 @@ RUN apk add --update nghttp2
# Test-specific (for test scripts) # Test-specific (for test scripts)
RUN apk add --update sudo curl procps grep make bash expect RUN apk add --update sudo curl procps grep make bash expect
# For SNMP
RUN apk add --update net-snmp net-snmp-tools
# Expose https port for restconf # Expose https port for restconf
EXPOSE 80/tcp EXPOSE 80/tcp
EXPOSE 443/tcp EXPOSE 443/tcp