We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9210af5 commit 13ff722Copy full SHA for 13ff722
1 file changed
docker/Dockerfile
@@ -94,8 +94,8 @@ RUN apt-get remove --yes --purge --auto-remove systemd \
94
# ------------------------------------------------------------------------------
95
96
# 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 -
+RUN gpg --keyserver pgp.mit.edu --recv-keys 5072E1F5
+RUN gpg --export -a 5072E1F5 | apt-key add -
99
100
# Install a package which will install apt sources entries for current mysql
101
RUN echo 'mysql-apt-config mysql-apt-config/select-server select mysql-5.6' | debconf-set-selections
0 commit comments