Skip to content

Commit d9bf793

Browse files
committed
Install ca-certificates on Ubuntu debootstrap
This was not automatically getting installed, breaking setup of the online judge.
1 parent 46d12ed commit d9bf793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc-tools/dj_make_chroot.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
if [ "$DISTRO" = 'Ubuntu' ]; then
206206

207207
# Packages to include during bootstrap process (comma separated):
208-
INCLUDEDEBS=""
208+
INCLUDEDEBS="ca-certificates"
209209

210210
# Packages to install after upgrade (space separated):
211211
INSTALLDEBS="gcc g++ make default-jdk-headless default-jre-headless locales"

0 commit comments

Comments
 (0)