Skip to content

Commit

Permalink
[Database] Install GPG key to unblock update of mysql-shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarciani committed May 12, 2024
1 parent bf6810f commit fcc7ee2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions database/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ EXPOSE 3306

COPY init/ /docker-entrypoint-initdb.d/

# See https://stackoverflow.com/a/71265327/1265900
RUN rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023

RUN microdnf update
RUN microdnf install -y vim less lsof dnsutils

0 comments on commit fcc7ee2

Please sign in to comment.