Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Mar 7, 2023
1 parent 33212a0 commit 499a003
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-compose/data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN dnf -y module enable 389-ds \

RUN mysql_install_db --force \
&& chown -R mysql:mysql /var/lib/mysql/ \
&& chown -R mysql:mysql /var/log/mariadb \
&& sed -i 's/^\(bind-address\s.*\)/# \1/' /etc/my.cnf \
&& sed -i 's/^\(log_error\s.*\)/# \1/' /etc/my.cnf \
&& sed -i 's/\[mysqld\]/\[mysqld\]\ncharacter_set_server = utf8/' /etc/my.cnf \
Expand Down

0 comments on commit 499a003

Please sign in to comment.