Skip to content

Commit

Permalink
fix percona install
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Nov 16, 2023
1 parent 0c87900 commit 4086ef5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ RUN yum -yq install glibc-common cyrus-sasl-gssapi cyrus-sasl-plain cmake bison
#oracle client
&& yum -yq install http://yum.oracle.com/repo/OracleLinux/OL7/oracle/instantclient/x86_64/getPackage/oracle-instantclient19.3-basiclite-19.3.0.0.0-1.x86_64.rpm \
&& yum -yq install https://repo.percona.com/yum/percona-release-latest.noarch.rpm \
&& percona-release setup ps-57 \
&& yum -yq install Percona-Server-devel-57 Percona-Server-shared-57 Percona-Server-client-57 percona-toolkit \
&& percona-release setup -y ps-57 \
&& yum -yq install Percona-Server-devel-57 Percona-Server-shared-57 Percona-Server-client-57 \
&& percona-release setup -y ps-80 \
&& yum -yq install percona-toolkit \
&& yum clean all \
&& rm -rf /var/cache/yum/* \
&& ln -fs /usr/lib64/mysql/libmysqlclient.so.18 /usr/lib64/libperconaserverclient_r.so \
Expand Down

0 comments on commit 4086ef5

Please sign in to comment.