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 82f892d commit bc3b615Copy full SHA for bc3b615
docker-gitlabci/Dockerfile
@@ -61,3 +61,8 @@ RUN wget $GITHUBDICTIONARY -O $CODESPELLDICTLOCATION
61
# Do some extra setup
62
RUN mkdir -p /run/php \
63
&& 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