svsticky / stupidjury

domjudge deployment playbook
GNU General Public License v3.0
0 stars 0 forks source link

Compilers are not available in the chroot #10

Closed Riscky closed 3 years ago

Riscky commented 4 years ago

Install the compilers in the judgehost chroot (inside the docker container)

Installing them in the chroot by hand got me into a whole lot of errors, so be careful

Also make sure to install mono-complete instead of just mono, otherwise functions like string.split won't be available

Riscky commented 3 years ago

From the Domjudge docs: The script bin/dj_run_chroot runs an interactive shell or a command inside the chroot. This can be used for example to install new or upgrade existing packages inside the chroot