File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ENV LANG en_US.UTF-8
15
15
ENV LANGUAGE en_US:en
16
16
ENV LC_ALL en_US.UTF-8
17
17
18
- ENV MYSQL_VERSION 8.0.19 -1ubuntu18.04
18
+ ENV MYSQL_VERSION 8.0.20 -1ubuntu18.04
19
19
20
20
# https://bugs.mysql.com/bug.php?id=90695
21
21
RUN ["/bin/bash" , "-c" , "debconf-set-selections <<< \" mysql-server mysql-server/lowercase-table-names select Enabled\" " ]
@@ -31,7 +31,7 @@ RUN rm -rf /ssd/mysql
31
31
RUN rm -rf /ssd/log/mysql
32
32
RUN cp -R -p /var/lib/mysql /ssd/
33
33
RUN cp -R -p /var/log/mysql /ssd/log
34
- RUN mkdir /var/run/mysqld
34
+ RUN mkdir -p /var/run/mysqld
35
35
36
36
# It may seem weird that we call `service mysql start` several times, but the RUN
37
37
# directive is a 1-time operation for building this image. Subsequent RUN calls
You can’t perform that action at this time.
0 commit comments