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 7fe3110 commit 36fb505Copy full SHA for 36fb505
docker-gitlabci/Dockerfile
@@ -64,7 +64,7 @@ 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 /*
+RUN du -sh /* || true
68
69
# Cache the chroot
70
RUN wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip \
@@ -73,4 +73,4 @@ RUN wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip \
73
&& ./dj_make_chroot \
74
&& cd ../.. && rm -rf domjudge-main
75
76
0 commit comments