Skip to content

Commit 46488ca

Browse files
committed
Fixed errors in config
1 parent d884895 commit 46488ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get -qq install -y \
2121
golang-go \
2222
&& docker-php-ext-configure hash --with-mhash \
2323
&& 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
24+
&& docker-php-ext-install -j$(nproc) intl xsl gd zip pdo_mysql opcache soap bcmath sockets exif
2525

2626
# Enable Xdebug
2727
RUN pecl install xdebug-3.2.0 && docker-php-ext-enable xdebug

0 commit comments

Comments
 (0)