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 36fb505 commit c5b9457Copy full SHA for c5b9457
docker-gitlabci/Dockerfile
@@ -67,10 +67,11 @@ RUN mkdir -p /run/php \
67
RUN du -sh /* || true
68
69
# Cache the chroot
70
-RUN wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip \
71
- && unzip main.zip && cd domjudge-main/misc-tools && make configure \
72
- && cd misc-tools && make dj_make_chroot \
73
- && ./dj_make_chroot \
74
- && cd ../.. && rm -rf domjudge-main
+RUN pwd && wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip
+RUN pwd && unzip main.zip
+RUN pwd && cd domjudge-main/misc-tools && make configure
+RUN pwd && make dj_make_chroot
+RUN pwd && ./dj_make_chroot
75
+RUN pwd && cd ../.. && rm -rf domjudge-main
76
77
0 commit comments