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 6585b46 commit ff6c62cCopy full SHA for ff6c62c
docker-gitlabci/Dockerfile
@@ -67,11 +67,11 @@ RUN mkdir -p /run/php \
67
RUN du -sh /* || true
68
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 && make configure
73
-RUN pwd && cd misc-tools && make dj_make_chroot
74
-RUN pwd && ./dj_make_chroot
75
-RUN pwd && cd ../.. && rm -rf domjudge-main
+RUN cd / && wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip
+RUN cd / && unzip main.zip
+RUN cd /domjudge-main && make configure
+RUN cd /domjudge-main/misc-tools && make dj_make_chroot
+RUN cd /domjudge-main/misc-tools && ./dj_make_chroot
+RUN rm -rf /domjudge-main
76
77
0 commit comments