Skip to content

Commit

Permalink
[BUILD]fix: update MySQL gpg key
Browse files Browse the repository at this point in the history
Merge pull request #37 from etalab/update-gpg-key
  • Loading branch information
HAEKADI authored Dec 21, 2023
2 parents 24e0111 + 8e4bb21 commit 7b65a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ RUN pip install --upgrade pip

USER root

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 467B942D3A79BD29
# MySQL key rotation (https://dev.mysql.com/doc/refman/8.0/en/checking-gpg-signature.html)
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A8D3785C

RUN apt-get update -y
RUN apt-get install git -y
Expand Down

0 comments on commit 7b65a5d

Please sign in to comment.