Skip to content

Commit 3bf1e60

Browse files
authored
Update Dockerfile
add gd - webp support
1 parent c014d6e commit 3bf1e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN set -ex \
2424
freetype-dev \
2525
imagemagick-dev \
2626
imagemagick && \
27-
docker-php-ext-configure gd --with-freetype --with-jpeg && \
27+
docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp && \
2828
docker-php-ext-install gd ctype pdo pdo_pgsql pcntl exif zip intl && \
2929
rm /var/cache/apk/* && rm -rf /tmp/pear
3030

0 commit comments

Comments
 (0)