aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/gondul-collector-test.Dockerfile
blob: 0af8f75be5c323896a0ab0d6c5d3ce9818fb886d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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                   \
    perl-modules 
RUN mkdir -p /opt/gondul
CMD /opt/gondul/collectors/ping.pl