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 ff6c62c commit 86a14aeCopy full SHA for 86a14ae
docker-gitlabci/Dockerfile
@@ -70,6 +70,7 @@ RUN du -sh /* || true
70
RUN cd / && wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip
71
RUN cd / && unzip main.zip
72
RUN cd /domjudge-main && make configure
73
+RUN cd /domjudge-main && ./configure --with-domjudge-user=domjudge
74
RUN cd /domjudge-main/misc-tools && make dj_make_chroot
75
RUN cd /domjudge-main/misc-tools && ./dj_make_chroot
76
RUN rm -rf /domjudge-main
0 commit comments