Skip to content

Commit f9ab7cd

Browse files
committed
feat: use ubuntu:jammy to make_chroot
Signed-off-by: Dup4 <[email protected]>
1 parent c9884c0 commit f9ab7cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/judgehost/chroot-and-tar.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
set -euo pipefail
44

55
# Usage: https://github.com/DOMjudge/domjudge/blob/main/misc-tools/dj_make_chroot.in#L58-L87
6-
/opt/domjudge/judgehost/bin/dj_make_chroot
6+
/opt/domjudge/judgehost/bin/dj_make_chroot \
7+
-D Ubuntu \
8+
-R jammy \
9+
-i openjdk-17-jdk-headless,openjdk-17-jre-headless
710

811
cd /
912
echo "[..] Compressing chroot"

0 commit comments

Comments
 (0)