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 1bfbee4 commit 2865666Copy full SHA for 2865666
Dockerfile
@@ -51,7 +51,6 @@ USER www-data
51
RUN touch config/using-docker #allows us to see within SEEK we are running in a container
52
53
# Python dependencies from requirements.txt
54
-ENV PATH="/var/www/.local/bin:$PATH"
55
RUN python3.13 -m pip install --upgrade pip
56
RUN python3.13 -m pip install setuptools==58
57
RUN python3.13 -m pip install -r requirements.txt
0 commit comments