File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM python:3.11-slim AS base
22
3- ENV PYTHONUNBUFFERED 1
3+ ENV PYTHONUNBUFFERED= 1
44
55# RUN dpkg --add-architecture i386
66RUN apt-get update && \
@@ -55,9 +55,9 @@ RUN sed -i -e "s/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/" /etc/locale.gen && \
5555# Installing python dependencies
5656USER oioioi
5757
58- ENV PATH $PATH:/home/oioioi/.local/bin/
58+ ENV PATH= $PATH:/home/oioioi/.local/bin/
5959
60- ENV BERKELEYDB_DIR /usr
60+ ENV BERKELEYDB_DIR= /usr
6161RUN pip3 install --user psycopg2-binary twisted uwsgi
6262RUN pip3 install --user bsddb3==6.2.7
6363
@@ -68,7 +68,7 @@ RUN pip3 install --user -r requirements.txt filetracker[server]
6868RUN pip3 install --user -r requirements_static.txt
6969
7070# Installing node dependencies
71- ENV PATH $PATH:/sio2/oioioi/node_modules/.bin
71+ ENV PATH= $PATH:/sio2/oioioi/node_modules/.bin
7272
7373RUN npm ci
7474RUN npm run build
You can’t perform that action at this time.
0 commit comments