FROM python:2 ENV https_proxy "$https_proxy" ADD DMaaP.py / RUN pip install robotframework EXPOSE 2222 CMD [ "python", "./DMaaP.py" ]