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 7e3043e commit 6aedab4Copy full SHA for 6aedab4
docker-gitlabci/Dockerfile
@@ -63,3 +63,8 @@ RUN wget $GITHUBDICTIONARY -O $CODESPELLDICTLOCATION
63
# Do some extra setup
64
RUN mkdir -p /run/php \
65
&& rm /etc/php/*/fpm/pool.d/www.conf
66
+
67
+# Cache the chroot
68
+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
0 commit comments