File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ ARG TAG=master
44RUN mkdir /judge && cd /judge && \
55 curl -L https://github.com/DMOJ/judge-server/archive/"${TAG}" .tar.gz | tar -xz --strip-components=1 && \
66 pip3 install -e . && \
7- sed -i 's/source/./' ~judge/.profile && \
87 . ~judge/.profile && \
98 runuser -u judge -w PATH -- dmoj-autoconf -V > /judge-runtime-paths.yml && \
109 echo ' crt_x86_in_lib32: true' >> /judge-runtime-paths.yml
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ ARG TAG=master
44RUN mkdir /judge && cd /judge && \
55 curl -L https://github.com/DMOJ/judge-server/archive/"${TAG}" .tar.gz | tar -xz --strip-components=1 && \
66 pip3 install -e . && \
7- sed -i 's/source/./' ~judge/.profile && \
87 . ~judge/.profile && \
98 runuser -u judge -w PATH -- dmoj-autoconf -V > /judge-runtime-paths.yml && \
109 echo ' crt_x86_in_lib32: true' >> /judge-runtime-paths.yml
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG TAG=master
44RUN mkdir /judge && cd /judge && \
55 curl -L https://github.com/DMOJ/judge-server/archive/"${TAG}" .tar.gz | tar -xz --strip-components=1 && \
66 pip3 install -e . && \
7- sed -i 's/source/. /' ~judge/.profile && \
7+ sed -i 's/source "$HOME/. " \/ home \/ judge /' ~judge/.profile && \
88 . ~judge/.profile && \
99 runuser -u judge -w PATH -- dmoj-autoconf -V > /judge-runtime-paths.yml && \
1010 echo ' crt_x86_in_lib32: true' >> /judge-runtime-paths.yml
You can’t perform that action at this time.
0 commit comments