From 10f841f10b0ec4442a19819ffaf8bc7761657d83 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Wed, 13 Apr 2016 22:54:11 +0200 Subject: ping: Don't break with zero switches --- build/test/nms-collector-test.Dockerfile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'build/test') 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 -- cgit v1.2.3