build: install mdbtools in root Dockerfile for legacy imports
This commit is contained in:
parent
6f7b26a38d
commit
7d3bede792
|
|
@ -52,6 +52,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
libzip-dev \
|
libzip-dev \
|
||||||
unzip \
|
unzip \
|
||||||
zip \
|
zip \
|
||||||
|
mdbtools \
|
||||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
&& 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 \
|
&& docker-php-ext-install -j"$(nproc)" bcmath exif gd intl mbstring opcache pcntl pdo_mysql zip \
|
||||||
&& pecl install redis \
|
&& pecl install redis \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user