We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d884895 commit 46488caCopy full SHA for 46488ca
php/Dockerfile
@@ -21,7 +21,7 @@ RUN apt-get -qq install -y \
21
golang-go \
22
&& docker-php-ext-configure hash --with-mhash \
23
&& docker-php-ext-configure gd --with-jpeg --with-freetype \
24
- && docker-php-ext-install -j$(nproc) intl xsl gd zip pdo_mysql opcache soap bcmath json iconv pcntl sockets
+ && docker-php-ext-install -j$(nproc) intl xsl gd zip pdo_mysql opcache soap bcmath sockets exif
25
26
# Enable Xdebug
27
RUN pecl install xdebug-3.2.0 && docker-php-ext-enable xdebug
0 commit comments