Skip to content

Commit 6bad79d

Browse files
committed
And show where the space gets waisted
1 parent bc3b615 commit 6bad79d

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
@@ -62,7 +62,13 @@ RUN wget $GITHUBDICTIONARY -O $CODESPELLDICTLOCATION
6262
RUN mkdir -p /run/php \
6363
&& rm /etc/php/*/fpm/pool.d/www.conf
6464

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

0 commit comments

Comments
 (0)