86f740d32c2e1b1c4c6bfb40f669bc79b660e765
[it/otf.git] / oran-ric-test-head / Dockerfile
1 FROM python:2.7\r
2 \r
3 RUN python --version\r
4 \r
5 ADD pip-requirements.txt pip-requirements.txt\r
6 ADD ric-test-head.py ric-test-head.py\r
7 ADD config.json config.json\r
8 \r
9 RUN mkdir -p /otf/logs\r
10 \r
11 RUN python -m pip install -r pip-requirements.txt\r
12 \r
13 ENTRYPOINT ["python", "ric-test-head.py"]\r