diff --git a/Dockerfile b/Dockerfile index 9ec08f3..45f2a13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY --from=composer /usr/bin/composer /usr/bin/composer COPY --from=php-ext-installer /usr/bin/install-php-extensions /usr/local/bin/ ENV COMPOSER_HOME="/tmp/composer" RUN set -x \ - && install-php-extensions gd exif intl bz2 gettext mongodb-stable redis opcache sockets pcntl \ + && install-php-extensions intl bz2 gettext mongodb-stable redis opcache sockets pcntl \ # install xdebug (for testing with code coverage), but do not enable it && IPE_DONT_ENABLE=1 install-php-extensions xdebug-3.2.0