added oran ric test head
[it/otf.git] / oran-ric-test-head / Dockerfile
diff --git a/oran-ric-test-head/Dockerfile b/oran-ric-test-head/Dockerfile
new file mode 100644 (file)
index 0000000..86f740d
--- /dev/null
@@ -0,0 +1,13 @@
+FROM python:2.7\r
+\r
+RUN python --version\r
+\r
+ADD pip-requirements.txt pip-requirements.txt\r
+ADD ric-test-head.py ric-test-head.py\r
+ADD config.json config.json\r
+\r
+RUN mkdir -p /otf/logs\r
+\r
+RUN python -m pip install -r pip-requirements.txt\r
+\r
+ENTRYPOINT ["python", "ric-test-head.py"]\r