Skip to content

Commit

Permalink
add setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Nov 16, 2023
1 parent 4c78230 commit 0c87900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ 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 \
&& yum clean all \
&& rm -rf /var/cache/yum/* \
Expand Down

0 comments on commit 0c87900

Please sign in to comment.