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 bc3b615 commit 6bad79dCopy full SHA for 6bad79d
docker-gitlabci/Dockerfile
@@ -62,7 +62,13 @@ RUN wget $GITHUBDICTIONARY -O $CODESPELLDICTLOCATION
62
RUN mkdir -p /run/php \
63
&& rm /etc/php/*/fpm/pool.d/www.conf
64
65
+RUN du -sh /*
66
+
67
# Cache the chroot
68
RUN wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip \
- && unzip domjudge-main.zip && cd domjudge-main/misc-tools && make dj_make_chroot \
- && ./dj_make_chroot
69
+ && unzip main.zip && cd domjudge-main/misc-tools && make configure \
70
+ && cd misc-tools && make dj_make_chroot \
71
+ && ./dj_make_chroot \
72
+ && cd ../.. && rm -rf domjudge-main
73
74
0 commit comments