Skip to content

Commit

Permalink
mysql-8.0/Dockerfile: Add groonga-tokenizer-mecab to the install pack…
Browse files Browse the repository at this point in the history
…ages (#90)

If not specified, it will not be installed.
  • Loading branch information
abetomo authored Nov 13, 2024
1 parent eb0edfa commit c092c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN mkdir -p /etc/mysql/mysql.conf.d && \
rpm -i https://apache.jfrog.io/artifactory/arrow/almalinux/9/apache-arrow-release-latest.rpm && \
microdnf install -y \
--setopt=apache-arrow-almalinux.gpgcheck=0 \
groonga-tokenizer-mecab-${groonga_version}-1.el9.x86_64 \
mysql-community-minimal-8.0-mroonga-${mroonga_version}-1.el9.x86_64 && \
microdnf clean all

Expand Down

0 comments on commit c092c74

Please sign in to comment.