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