diff --git a/10.2/Dockerfile b/10.2/Dockerfile index 7f68922d..0d299a74 100644 --- a/10.2/Dockerfile +++ b/10.2/Dockerfile @@ -78,8 +78,8 @@ RUN { \ && apt-get update \ && apt-get install -y \ mariadb-server=$MARIADB_VERSION \ -# percona-xtrabackup is installed at the same time so that `mysql-common` is only installed once from just mariadb repos - percona-xtrabackup \ +# percona-xtrabackup-24 is installed at the same time so that `mysql-common` is only installed once from just mariadb repos + percona-xtrabackup-24 \ socat \ && rm -rf /var/lib/apt/lists/* \ # comment out any "user" entires in the MySQL config ("docker-entrypoint.sh" or "--user" will handle user switching)