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 6aedab4 commit 7fe3110Copy full SHA for 7fe3110
docker-gitlabci/Dockerfile
@@ -64,7 +64,13 @@ RUN wget $GITHUBDICTIONARY -O $CODESPELLDICTLOCATION
64
RUN mkdir -p /run/php \
65
&& rm /etc/php/*/fpm/pool.d/www.conf
66
67
+RUN du -sh /*
68
+
69
# Cache the chroot
70
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
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
75
76
0 commit comments