Skip to content

Commit

Permalink
Modified the public key for MySQL repository
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasua committed Apr 24, 2024
1 parent 1691229 commit 720567e
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 @@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y apt-transport-https wget lsb-release gn
echo "deb http://apt.postgresql.org/pub/repos/apt/ jammy-pgdg main" >> /etc/apt/sources.list.d/postgresql.list && \
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - && \
echo "deb http://repo.mysql.com/apt/ubuntu bionic mysql-5.7" >> /etc/apt/sources.list.d/mysql.list && \
apt-key adv --keyserver pgp.mit.edu --recv-keys 5072E1F5 && \
apt-key adv --keyserver pgp.mit.edu --recv-keys B7B3B788A8D3785C && \
apt-get update && \
apt-get install -y \
mongodb-database-tools \
Expand Down

0 comments on commit 720567e

Please sign in to comment.