Commit 3e789bc4 authored by daidekun's avatar daidekun

fixbug dash bugs

parent 319a8a51
......@@ -17,4 +17,7 @@ COPY mysqld_charset.cnf /etc/mysql/conf.d/mysqld_charset.cnf
COPY ./init_db_data.sh $AUTO_RUN_DIR/
#给执行文件增加可执行权限
RUN chmod a+x $AUTO_RUN_DIR/init_db_data.sh
\ No newline at end of file
RUN chmod a+x $AUTO_RUN_DIR/init_db_data.sh
RUN echo "dash dash/sh boolean false" | debconf-set-selections
RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
\ No newline at end of file
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