Commit d46ea12c authored by Manuel Christlieb's avatar Manuel Christlieb
Browse files

add mongodb php extension

parent 4703e069
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,10 +18,10 @@ RUN set -ex; \
    apt-get update; \
    apt-get install -y --no-install-recommends ${build_dependencies}; \
    apt-get install -y ${install_packages}; \
    pecl install xdebug redis; \
    pecl install imagick; \
    pecl install xdebug redis imagick mongodb; \
    docker-php-ext-enable imagick; \
    docker-php-ext-enable redis; \
    docker-php-ext-enable mongodb; \
    docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-freetype-dir=/usr/; \
    docker-php-ext-install -j "$(nproc)" \
        curl \
+2 −2
Original line number Diff line number Diff line
@@ -18,10 +18,10 @@ RUN set -ex; \
    apt-get update; \
    apt-get install -y --no-install-recommends ${build_dependencies}; \
    apt-get install -y ${install_packages}; \
    pecl install xdebug redis; \
    pecl install imagick; \
    pecl install xdebug redis imagick mongodb; \
    docker-php-ext-enable imagick; \
    docker-php-ext-enable redis; \
    docker-php-ext-enable mongodb; \
    docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-freetype-dir=/usr/; \
    docker-php-ext-install -j "$(nproc)" \
        bcmath \