Skip to content

Commit

Permalink
Update Dockerfile (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierlou authored Sep 10, 2024
1 parent 27ffc76 commit 5ed34d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN pip install --upgrade pip
USER root

# 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-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 5ed34d0

Please sign in to comment.