FROM techempower/python3:0.1 ADD ./ /flask WORKDIR /flask RUN pip3 install --install-option="--prefix=${PY3_ROOT}" -r /flask/requirements.txt