We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e9a630 commit 0aabc16Copy full SHA for 0aabc16
Dockerfile
@@ -113,7 +113,6 @@ ENV VIRTUAL_ENV=/opt/venv
113
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
114
115
# Install uwsgi from PyPI source using the global tools
116
-RUN python3.12 -m pip install --no-cache-dir --break-system-packages --no-build-isolation -r ./requirements.txt
117
RUN python3.12 -m venv "$VIRTUAL_ENV" && "$VIRTUAL_ENV/bin/python" && "$VIRTUAL_ENV/bin/pip" install --no-cache-dir -r ./requirements.txt
118
119
# compile the python files
0 commit comments