Skip to content

Commit

Permalink
Merge pull request #3345 from jjeffers/3344_ghcr_image_build_error
Browse files Browse the repository at this point in the history
#3344 Adds keys for repositories in multi-process image build.
  • Loading branch information
knu committed May 16, 2024
2 parents 62c1882 + 60fb8e8 commit 7ea08f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/multi-process/scripts/standalone-packages
Original file line number Diff line number Diff line change
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 B7B3B788A8D3785C
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 7ea08f3

Please sign in to comment.