diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2016-11-11 12:31:01 +0100 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2016-11-11 12:31:01 +0100 |
commit | a611aeff3cf50c3cdd56d76a66e7795df57b375e (patch) | |
tree | a57cb1d0c26790eefb2705bbfff3e10cce995590 /build/test/gondul-snmp-test.Dockerfile | |
parent | 2e0babfe617b32a8b4969e68ee903f0ded3c9a39 (diff) |
Move mibs into data directory and automatically fetch them
Diffstat (limited to 'build/test/gondul-snmp-test.Dockerfile')
-rw-r--r-- | build/test/gondul-snmp-test.Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/test/gondul-snmp-test.Dockerfile b/build/test/gondul-snmp-test.Dockerfile index 3491831..9eb7065 100644 --- a/build/test/gondul-snmp-test.Dockerfile +++ b/build/test/gondul-snmp-test.Dockerfile @@ -15,6 +15,7 @@ RUN apt-get -y install \ snmpd \ libsnmp-perl \ perl-modules +RUN apt-get -y install wget tar RUN mkdir -p /opt/gondul COPY build/test/snmpd.conf /etc/snmp/ CMD /opt/gondul/build/test/snmpfetch-misc.sh |