Skip to content

Commit

Permalink
#3344 Adds keys for repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeffers committed Jan 17, 2024
1 parent ac59e7a commit 52034db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/multi-process/scripts/standalone-packages
Expand Up @@ -6,7 +6,7 @@ apt-get update
apt-get install -y gnupg

mkdir -m700 $HOME/.gnupg
gpg --no-default-keyring --keyring /usr/share/keyrings/mysql-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 5072E1F5 3A79BD29
gpg --no-default-keyring --keyring /usr/share/keyrings/mysql-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 5072E1F5 3A79BD29 B7B3B788A8D3785C 40976EAF437D05B5
echo "deb [signed-by=/usr/share/keyrings/mysql-keyring.gpg] http://repo.mysql.com/apt/ubuntu/ bionic mysql-5.7" > /etc/apt/sources.list.d/mysql.list
apt-get update

Expand Down

0 comments on commit 52034db

Please sign in to comment.