From 4e54dd816b28556684c460cf4e8a6ab1080e6aeb Mon Sep 17 00:00:00 2001 From: thelittlefireman Date: Sun, 7 Jul 2024 21:05:40 +0000 Subject: [PATCH] Fix missing caching_sha2_password.so library --- Dockerfile-27 | 1 + Dockerfile-28 | 1 + Dockerfile-29 | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile-27 b/Dockerfile-27 index c412beb..942edb8 100644 --- a/Dockerfile-27 +++ b/Dockerfile-27 @@ -30,6 +30,7 @@ RUN apk --update --no-cache add \ ghostscript \ libxml2 \ mysql-client \ + mariadb-connector-c \ nginx \ openssl \ php83 \ diff --git a/Dockerfile-28 b/Dockerfile-28 index 81aae65..6e0d260 100644 --- a/Dockerfile-28 +++ b/Dockerfile-28 @@ -30,6 +30,7 @@ RUN apk --update --no-cache add \ ghostscript \ libxml2 \ mysql-client \ + mariadb-connector-c \ nginx \ openssl \ php83 \ diff --git a/Dockerfile-29 b/Dockerfile-29 index a9f9f9a..97d301c 100644 --- a/Dockerfile-29 +++ b/Dockerfile-29 @@ -31,6 +31,7 @@ RUN apk --update --no-cache add \ ghostscript \ libxml2 \ mysql-client \ + mariadb-connector-c \ nginx \ openssl \ php83 \