mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Merge pull request #43918 from koep/43692
Automatic merge from submit-queue (batch tested with PRs 43407, 43918) Fix typo in mysql-galera example Dockerfile **What this PR does / why we need it**: Minor Bugfix. **Which issue this PR fixes** fixes #43692
This commit is contained in:
commit
741c092241
@ -39,7 +39,7 @@ RUN { \
|
||||
echo percona-server-server-5.6 percona-server-server/data-dir select ''; \
|
||||
echo percona-server-server-5.6 percona-server-server/root_password password ''; \
|
||||
} | debconf-set-selections \
|
||||
&& apt-get update && DEBIAN_FRONTEND=nointeractive apt-get install -y percona-xtradb-cluster-client-"${MYSQL_VERSION}" \
|
||||
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y percona-xtradb-cluster-client-"${MYSQL_VERSION}" \
|
||||
percona-xtradb-cluster-common-"${MYSQL_VERSION}" percona-xtradb-cluster-server-"${MYSQL_VERSION}" \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& rm -rf /var/lib/mysql && mkdir -p /var/lib/mysql && chown -R mysql:mysql /var/lib/mysql
|
||||
|
Loading…
Reference in New Issue
Block a user