Skip to content

Commit bc3b615

Browse files
committed
First pass to cache the chroot
1 parent 82f892d commit bc3b615

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docker-gitlabci/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ RUN wget $GITHUBDICTIONARY -O $CODESPELLDICTLOCATION
6161
# Do some extra setup
6262
RUN mkdir -p /run/php \
6363
&& rm /etc/php/*/fpm/pool.d/www.conf
64+
65+
# Cache the chroot
66+
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

0 commit comments

Comments
 (0)