Skip to content

Commit 7fe3110

Browse files
committed
And show where the space gets lost
1 parent 6aedab4 commit 7fe3110

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docker-gitlabci/Dockerfile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,13 @@ RUN wget $GITHUBDICTIONARY -O $CODESPELLDICTLOCATION
6464
RUN mkdir -p /run/php \
6565
&& rm /etc/php/*/fpm/pool.d/www.conf
6666

67+
RUN du -sh /*
68+
6769
# Cache the chroot
6870
RUN wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip \
69-
&& unzip domjudge-main.zip && cd domjudge-main/misc-tools && make dj_make_chroot \
70-
&& ./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+
RUN du -sh /*

0 commit comments

Comments
 (0)