diff --git a/docker/apache/Dockerfile b/docker/apache/Dockerfile index b90fed8..2f36027 100644 --- a/docker/apache/Dockerfile +++ b/docker/apache/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && \ # PHP Configuration -RUN docker-php-ext-install bcmath bz2 calendar dba exif gettext iconv intl soap tidy xsl zip&&\ +RUN docker-php-ext-install bcmath bz2 calendar dba exif gettext iconv intl tidy xsl zip&&\ docker-php-ext-install mysqli pgsql pdo pdo_mysql pdo_pgsql &&\ docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp &&\ docker-php-ext-install gd &&\