Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docker-gitlabci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ RUN wget $GITHUBDICTIONARY -O $CODESPELLDICTLOCATION
# Do some extra setup
RUN mkdir -p /run/php \
&& rm /etc/php/*/fpm/pool.d/www.conf

# Cache the chroot
RUN wget https://github.com/DOMjudge/domjudge/archive/refs/heads/main.zip \
&& unzip domjudge-main.zip && cd domjudge-main/misc-tools && make dj_make_chroot \
&& ./dj_make_chroot
Loading