Skip to content

Commit

Permalink
fix: update MySQL gpg key
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajar AIT EL KADI committed Dec 20, 2023
1 parent 24e0111 commit d3a82ba
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 sudo 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 d3a82ba

Please sign in to comment.