Skip to content

Commit

Permalink
πŸ’š Add gnupg
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNiklas committed Sep 12, 2024
1 parent 4781af1 commit 73d7fd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions domjudge-packaging/docker/install_languages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 &&
Expand Down

0 comments on commit 73d7fd9

Please sign in to comment.