aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/test/nms-collector-test.Dockerfile15
1 files changed, 14 insertions, 1 deletions
diff --git a/build/test/nms-collector-test.Dockerfile b/build/test/nms-collector-test.Dockerfile
index f7e7441..04f7a59 100644
--- a/build/test/nms-collector-test.Dockerfile
+++ b/build/test/nms-collector-test.Dockerfile
@@ -1,4 +1,17 @@
FROM debian:jessie
RUN apt-get update && apt-get install -y git-core
-RUN git clone https://github.com/tech-server/tgnms
+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 git clone https://github.com/tech-server/tgnms /opt/nms
CMD /opt/nms/collectors/ping.pl