Ján Peti il y a 9 mois
Parent
commit
c586a5bf8a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      mysql/Dockerfile

+ 1 - 1
mysql/Dockerfile

@@ -17,7 +17,7 @@ RUN chmod 0444 /etc/mysql/conf.d/my.cnf
 
 RUN if [ ${MYSQL_VERSION} > '8.4.0-0.000' ]; then \
   echo 'mysql_native_password=on' >> /etc/mysql/conf.d/my.cnf \
-else \
+;else \
   echo 'default-authentication-plugin=mysql_native_password' >> /etc/mysql/conf.d/my.cnf \
 ;fi