summaryrefslogtreecommitdiffstats
path: root/15.0/fpm-alpine/Dockerfile
diff options
context:
space:
mode:
authorFlow86 <656249+Flow86@users.noreply.github.com>2019-06-27 14:01:35 +0200
committerJ0WI <J0WI@users.noreply.github.com>2019-06-27 14:01:35 +0200
commitf5665e148271b97d28d5b91bff3baf5427ec8126 (patch)
tree9813d9cea72ae190fbc275103c6ed70f532964b8 /15.0/fpm-alpine/Dockerfile
parent3f40b69c54460f565600da9dce0f04cf160ee54a (diff)
Enable WEBP support in PHP's gd in debian and alpine containers (#785)
Signed-off-by: Flow86 <656249+Flow86@users.noreply.github.com>
Diffstat (limited to '15.0/fpm-alpine/Dockerfile')
-rw-r--r--15.0/fpm-alpine/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/15.0/fpm-alpine/Dockerfile b/15.0/fpm-alpine/Dockerfile
index f3209d2e..6163bb24 100644
--- a/15.0/fpm-alpine/Dockerfile
+++ b/15.0/fpm-alpine/Dockerfile
@@ -31,9 +31,10 @@ RUN set -ex; \
pcre-dev \
postgresql-dev \
imagemagick-dev \
+ libwebp-dev \
; \
\
- docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; \
+ docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr --with-webp-dir=/usr; \
docker-php-ext-configure ldap; \
docker-php-ext-install \
exif \