... -m venv /opt/venv # Make sure we use the virtualenv: ENV PATH="/opt/venv/bin:$PATH" RUN pip3 install --upgrade pip # Install and compile uwsgi RUN pip3 ...
確定! 回上一頁