Skip to content

Commit

Permalink
Fix mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
spacentropy authored Jul 12, 2023
1 parent eba55a3 commit 5ac7e79
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 @@ -70,7 +70,8 @@ RUN curl https://storage.yandexcloud.net/yandexcloud-yc/install.sh | bash
RUN dnf install -y innotop \
&& dnf install -y https://repo.percona.com/yum/percona-release-latest.noarch.rpm \
&& dnf module disable -y mysql \
&& dnf install -y percona-toolkit Percona-Server-client-80 percona-xtrabackup-80 \
&& percona-release setup ps-80 -y \
&& dnf install -y percona-toolkit percona-server-client percona-xtrabackup-80 \
&& dnf clean all

## mysqlsh
Expand Down

0 comments on commit 5ac7e79

Please sign in to comment.