Skip to content

Commit 2865666

Browse files
committed
not necessarry anymore
1 parent 1bfbee4 commit 2865666

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
@@ -51,7 +51,6 @@ USER www-data
5151
RUN touch config/using-docker #allows us to see within SEEK we are running in a container
5252

5353
# Python dependencies from requirements.txt
54-
ENV PATH="/var/www/.local/bin:$PATH"
5554
RUN python3.13 -m pip install --upgrade pip
5655
RUN python3.13 -m pip install setuptools==58
5756
RUN python3.13 -m pip install -r requirements.txt

0 commit comments

Comments
 (0)