diff --git a/Dockerfile b/Dockerfile index f23a599..9ecab3b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -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 \