Skip to content

Commit 86a14ae

Browse files
committed
Fix the build (?)
1 parent ff6c62c commit 86a14ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-gitlabci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ RUN du -sh /* || true
7070
RUN cd / && wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip
7171
RUN cd / && unzip main.zip
7272
RUN cd /domjudge-main && make configure
73+
RUN cd /domjudge-main && ./configure --with-domjudge-user=domjudge
7374
RUN cd /domjudge-main/misc-tools && make dj_make_chroot
7475
RUN cd /domjudge-main/misc-tools && ./dj_make_chroot
7576
RUN rm -rf /domjudge-main

0 commit comments

Comments
 (0)