adding vth code as well as aaf and cert config
[it/otf.git] / otf-robot-test-head / Dockerfile
diff --git a/otf-robot-test-head/Dockerfile b/otf-robot-test-head/Dockerfile
new file mode 100644 (file)
index 0000000..7358b21
--- /dev/null
@@ -0,0 +1,18 @@
+FROM python:2.7\r
+\r
+ARG HTTP_PROXY="http://localhost:8080" \r
+ARG HTTPS_PROXY="http://localhost:8080" \r
+ARG http_proxy="http://localhost:8080" \r
+ARG https_proxy="http://localhost:8080"\r
+\r
+RUN python --version\r
+\r
+ADD pip-requirements.txt pip-requirements.txt\r
+ADD run.py run.py\r
+ADD app app\r
+\r
+RUN python -m pip install -r pip-requirements.txt\r
+\r
+RUN mkdir -p /otf/logs\r
+\r
+ENTRYPOINT ["python", "run.py"]
\ No newline at end of file