From a0b059a5a28197f09c138aa726697e83a39e3989 Mon Sep 17 00:00:00 2001 From: Martin Bohal Date: Fri, 18 Oct 2019 08:00:43 +0200 Subject: [PATCH] Switch to mariadb-client to maintain compatibility with upstream (#9) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 85e2e86..5cdc58b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ RUN apt-get update \ libpcre3-dev \ libpng-dev \ libzip-dev \ - mysql-client \ + mariadb-client \ postgresql-9.5 \ postgresql-server-dev-all \ rsync \