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 c5b9457 commit 6585b46Copy full SHA for 6585b46
docker-gitlabci/Dockerfile
@@ -69,8 +69,8 @@ RUN du -sh /* || true
69
# Cache the chroot
70
RUN pwd && wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip
71
RUN pwd && unzip main.zip
72
-RUN pwd && cd domjudge-main/misc-tools && make configure
73
-RUN pwd && make dj_make_chroot
+RUN pwd && cd domjudge-main && make configure
+RUN pwd && cd misc-tools && make dj_make_chroot
74
RUN pwd && ./dj_make_chroot
75
RUN pwd && cd ../.. && rm -rf domjudge-main
76
0 commit comments