We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47e3c5c + 2599ad8 commit 481bbecCopy full SHA for 481bbec
Dockerfile
@@ -19,6 +19,7 @@ RUN set -x; \
19
libpng-dev \
20
libldap2-dev \
21
libtidy-dev \
22
+ libwebp-dev \
23
libxml2-dev \
24
fontconfig \
25
fonts-freefont-ttf \
@@ -30,7 +31,7 @@ RUN set -x; \
30
31
&& docker-php-ext-install -j$(nproc) pdo pdo_mysql zip tidy \
32
&& docker-php-ext-configure ldap \
33
&& docker-php-ext-install -j$(nproc) ldap \
- && docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ \
34
+ && docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-webp=/usr/include/ \
35
&& docker-php-ext-install -j$(nproc) gd
36
37
RUN a2enmod rewrite remoteip; \
0 commit comments