From f6f1f0044906168ec8c5b33d7b29e701d9555372 Mon Sep 17 00:00:00 2001 From: Deniss Celuiko Date: Tue, 24 Dec 2024 00:28:08 +0200 Subject: [PATCH] Fix for #3590 --- php-worker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/php-worker/Dockerfile b/php-worker/Dockerfile index 096f0c5a..037c7a89 100644 --- a/php-worker/Dockerfile +++ b/php-worker/Dockerfile @@ -244,6 +244,7 @@ RUN set -eux; \ ARG INSTALL_MYSQL_CLIENT=false RUN if [ ${INSTALL_MYSQL_CLIENT} = true ]; then \ apk --update add mysql-client \ + mariadb-connector-c \ ;fi # Install FFMPEG: