Merge "Update manifest"
[integration.git] / test / csit / tests / dcaegen2 / prh_testcases / resources / Dockerfile
1 FROM python:2
2
3 ENV https_proxy "$https_proxy"
4 #ENV TZ=Europe/Warsaw
5
6 ADD DMaaP.py /
7 ADD CommonEventFormat_28.3.json / 
8
9 RUN pip install jsonschema robotframework
10
11 EXPOSE 2222
12
13 CMD [ "python", "./DMaaP.py" ]