Commit 8a6d4631 authored by kalvin's avatar kalvin

f

parent 9225adaa
...@@ -12,7 +12,7 @@ COPY mysqld_charset.cnf /etc/mysql/conf.d/mysqld_charset.cnf ...@@ -12,7 +12,7 @@ COPY mysqld_charset.cnf /etc/mysql/conf.d/mysqld_charset.cnf
# COPY ./init_db_data.sh $AUTO_RUN_DIR/ # COPY ./init_db_data.sh $AUTO_RUN_DIR/
#给执行文件增加可执行权限 #给执行文件增加可执行权限
RUN chmod a+x $AUTO_RUN_DIR/init_db_data.sh # RUN chmod a+x $AUTO_RUN_DIR/init_db_data.sh
RUN echo "dash dash/sh boolean false" | debconf-set-selections RUN echo "dash dash/sh boolean false" | debconf-set-selections
RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment