mariadb is the default on debian

This commit is contained in:
Benjamin Brummer
2024-12-21 20:32:22 +01:00
parent 677cc44a15
commit c0afd971e1

2
debian/Dockerfile vendored
View File

@@ -7,7 +7,7 @@ ARG php_extra="opcache"
# Install system dependencies # Install system dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \ RUN apt-get update && apt-get install -y --no-install-recommends \
default-mysql-client \ mariadb-client \
gpg \ gpg \
supervisor \ supervisor \
# Unicode support for PDF # Unicode support for PDF