aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/nms-collector-test.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'build/test/nms-collector-test.Dockerfile')
-rw-r--r--build/test/nms-collector-test.Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/test/nms-collector-test.Dockerfile b/build/test/nms-collector-test.Dockerfile
new file mode 100644
index 0000000..4a82491
--- /dev/null
+++ b/build/test/nms-collector-test.Dockerfile
@@ -0,0 +1,4 @@
+FROM debian:jessie
+RUN apt-get update && apt-get install -y git-core
+RUN git clone https://github.com/tech-server/tgnms
+