Skip to content

Commit

Permalink
Fixed public key.
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Stolpmann committed Dec 18, 2023
1 parent f1ecd13 commit 2f8965b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MySQL/db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

RUN set -ex; \
# gpg: key 5072E1F5: public key "MySQL Release Engineering <[email protected]>" imported
key='467B942D3A79BD29'; \
key='B7B3B788A8D3785C'; \
export GNUPGHOME="$(mktemp -d)"; \
gpg --batch --keyserver hkp://keyserver.ubuntu.com --recv-keys "$key"; \
gpg --batch --export "$key" > /etc/apt/trusted.gpg.d/mysql.gpg; \
Expand Down

0 comments on commit 2f8965b

Please sign in to comment.