Skip to content

Commit 13ff722

Browse files
committed
Fixed a problem with fetching the mysql release signing key from a gpg keyserver.
- Legacy-Id: 15439
1 parent 9210af5 commit 13ff722

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ RUN apt-get remove --yes --purge --auto-remove systemd \
9494
# ------------------------------------------------------------------------------
9595

9696
# Get the key used to sign the mysql repo
97-
RUN gpg --keyserver pgp.mit.edu --recv-keys 8C718D3B5072E1F5
98-
RUN gpg --export -a 8C718D3B5072E1F5 | apt-key add -
97+
RUN gpg --keyserver pgp.mit.edu --recv-keys 5072E1F5
98+
RUN gpg --export -a 5072E1F5 | apt-key add -
9999

100100
# Install a package which will install apt sources entries for current mysql
101101
RUN echo 'mysql-apt-config mysql-apt-config/select-server select mysql-5.6' | debconf-set-selections

0 commit comments

Comments
 (0)