From 73d7fd9c0a19cb5a271814e5d0671421cce3c5d7 Mon Sep 17 00:00:00 2001 From: ItsNiklas Date: Thu, 12 Sep 2024 10:46:01 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Add=20gnupg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domjudge-packaging/docker/install_languages.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domjudge-packaging/docker/install_languages.sh b/domjudge-packaging/docker/install_languages.sh index 0ad1d9d..514fc8a 100755 --- a/domjudge-packaging/docker/install_languages.sh +++ b/domjudge-packaging/docker/install_languages.sh @@ -49,10 +49,10 @@ install_hs() { install_debs() { /opt/domjudge/judgehost/bin/dj_run_chroot " - apt update && apt install -y software-properties-common curl && + apt update && apt install -y software-properties-common curl gnupg && add-apt-repository ppa:pypy/ppa -y && - add-apt-repository ppa:deadsnakes/ppa -y - curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && # New node version + add-apt-repository ppa:deadsnakes/ppa -y && + curl -fsSL https://deb.nodesource.com/setup_22.x | bash - " # execute commands in chroot @@ -66,7 +66,7 @@ install_debs() { rm -rf /tmp/*" # execute command on home root - apt update && apt install -y software-properties-common curl && + apt update && apt install -y software-properties-common curl gnupg && apt-add-repository ppa:pypy/ppa -y && add-apt-repository ppa:deadsnakes/ppa -y && apt update &&