Skip to content

Commit 0aabc16

Browse files
committed
Removed wrong python ref in docker steps.
1 parent 0e9a630 commit 0aabc16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ ENV VIRTUAL_ENV=/opt/venv
113113
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
114114

115115
# 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
117116
RUN python3.12 -m venv "$VIRTUAL_ENV" && "$VIRTUAL_ENV/bin/python" && "$VIRTUAL_ENV/bin/pip" install --no-cache-dir -r ./requirements.txt
118117

119118
# compile the python files

0 commit comments

Comments
 (0)