Add SNMP tools.
This commit is contained in:
parent
8bff60fb30
commit
432131c9d2
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue