aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/gondul-snmp-test.Dockerfile
blob: 9eb706552b8ba92a7581516af808fc9460f8c211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
FROM debian:jessie
RUN apt-get update
RUN apt-get -y install          \
    libdata-dumper-simple-perl  \
    libdbd-pg-perl              \
    libdbi-perl                 \
    libnet-oping-perl           \
    libsocket-perl              \
    libswitch-perl              \
    libtimedate-perl            \
    perl                        \
    libjson-xs-perl             \
    libjson-perl                \
    perl-base                   \
    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
EXPOSE 1111