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 { \
5858 echo mysql-community-server mysql-community-server/re-root-pass password '' ; \
5959 echo mysql-community-server mysql-community-server/remove-test-db select false; \
6060 } | 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/* \
6262 && rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql /var/run/mysqld \
6363 && chown -R mysql:mysql /var/lib/mysql /var/run/mysqld \
6464# 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