File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN { \
58
58
echo mysql-community-server mysql-community-server/re-root-pass password '' ; \
59
59
echo mysql-community-server mysql-community-server/remove-test-db select false; \
60
60
} | debconf-set-selections \
61
- && apt-get update && apt-get install -y mysql-community-client-core ="${MYSQL_VERSION}" mysql-community-server-core="${MYSQL_VERSION}" && rm -rf /var/lib/apt/lists/* \
61
+ && apt-get update && apt-get install -y mysql-community-client="${MYSQL_VERSION}" mysql-community-server-core="${MYSQL_VERSION}" && rm -rf /var/lib/apt/lists/* \
62
62
&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld \
63
63
&& chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \
64
64
# ensure that /var/run/mysqld (used for socket and lock files) is writable regardless of the UID our mysqld instance ends up having at runtime
You can’t perform that action at this time.
0 commit comments