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 c9884c0 commit f9ab7cdCopy full SHA for f9ab7cd
docker/judgehost/chroot-and-tar.sh
@@ -3,7 +3,10 @@
3
set -euo pipefail
4
5
# Usage: https://github.com/DOMjudge/domjudge/blob/main/misc-tools/dj_make_chroot.in#L58-L87
6
-/opt/domjudge/judgehost/bin/dj_make_chroot
+/opt/domjudge/judgehost/bin/dj_make_chroot \
7
+ -D Ubuntu \
8
+ -R jammy \
9
+ -i openjdk-17-jdk-headless,openjdk-17-jre-headless
10
11
cd /
12
echo "[..] Compressing chroot"
0 commit comments