Skip to content

Commit

Permalink
delete mysql install(covered by percona)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Nov 16, 2023
1 parent 7b4d89f commit 448004c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,12 @@ COPY --from=compbasedeps /opt/sqlparser /usr/local/sqlparser
RUN yum -yq install glibc-common cyrus-sasl-gssapi cyrus-sasl-plain cmake bison gcc-c++ libaio-devel glib2 \
glib2-devel xz-libs libffi-devel gcc make zlib-devel openssl-devel ncurses-devel openldap-devel gettext \
bzip2-devel xz-devel wget \
# mysql
&& curl -o mysql-community.rpm -L https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& yum -yq install mysql-community.rpm \
&& yum -yq install mysql-devel \
#msodbc
&& curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo \
&& ACCEPT_EULA=Y yum -y install msodbcsql17 unixODBC-devel \
#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 \
# mysql/percona client
&& yum -yq install https://repo.percona.com/yum/percona-release-latest.noarch.rpm \
&& percona-release setup -y ps-57 \
&& yum -yq install Percona-Server-devel-57 Percona-Server-shared-57 Percona-Server-client-57 \
Expand Down

0 comments on commit 448004c

Please sign in to comment.