build: install mdbtools in root Dockerfile for legacy imports

This commit is contained in:
michele 2026-07-04 10:50:43 +02:00
parent 6f7b26a38d
commit 7d3bede792

View File

@ -52,6 +52,7 @@ RUN apt-get update && apt-get install -y \
libzip-dev \
unzip \
zip \
mdbtools \
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
&& docker-php-ext-install -j"$(nproc)" bcmath exif gd intl mbstring opcache pcntl pdo_mysql zip \
&& pecl install redis \