Skip to content

Commit

Permalink
fix mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoQuote committed Nov 16, 2023
1 parent 380a2ea commit 1da0b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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 https://dev.mysql.com/get/mysql80-community-release-el9-5.noarch.rpm \
&& 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-config-manager --disable mysql80-community \
&& yum-config-manager --enable mysql57-community \
Expand Down

0 comments on commit 1da0b91

Please sign in to comment.