Skip to content

Commit

Permalink
mysql-8.0: add workaround for install.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 12, 2022
1 parent f9a55a8 commit 2acc93e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql-8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ RUN mkdir -p /etc/mysql/mysql.conf.d && \
groonga-normalizer-mysql \
groonga-tokenizer-mecab=${groonga_version}-1 \
mysql-community-8.0-mroonga=${mroonga_version}-1 && \
sed \
-i'' \
-e 's,@MRN_DATA_DIR@,/usr/share/mroonga,g' \
/usr/share/mroonga/install.sql && \
apt clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2acc93e

Please sign in to comment.