Skip to content

Commit

Permalink
use percona as mysql-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Nov 16, 2023
1 parent 340e9f3 commit 8ac12a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ WORKDIR /opt
RUN yum install -y epel-release \
&& yum -y install cmake glibc-common bison gcc-c++ git libaio-devel glib2 glib2-devel libffi-devel gcc make \
zlib-devel openssl 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 -y install mysql-community.rpm \
&& yum -y install mysql-devel \
#python 3
&& cd /opt \
&& wget "https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSION.tar.xz" \
Expand Down

0 comments on commit 8ac12a6

Please sign in to comment.