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 \
|
||||
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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user