Skip to content

Commit

Permalink
feat: add WebP support for GD
Browse files Browse the repository at this point in the history
  • Loading branch information
phanan committed Jul 11, 2024
1 parent b46121e commit 77d554a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ RUN apt-get update \
libpng-dev \
libjpeg62-turbo-dev \
libpq-dev \
&& docker-php-ext-configure gd --with-jpeg \
libwebp-dev \
&& docker-php-ext-configure gd --with-jpeg --with-webp \
# https://laravel.com/docs/8.x/deployment#server-requirements
# ctype, fileinfo, json, mbstring, openssl, tokenizer and xml are already activated in the base image
&& docker-php-ext-install \
Expand Down

0 comments on commit 77d554a

Please sign in to comment.