1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-16 19:58:14 +01:00

Re-add removed dependencies to dev environment

This commit is contained in:
Oliver Vogel 2024-01-14 14:46:15 +01:00
parent a7ec9746fa
commit c534d4aaa8

View File

@ -7,6 +7,8 @@ RUN apt update \
libwebp-dev \
libpng-dev \
libavif-dev \
git \
zip \
&& pecl install imagick \
&& pecl install xdebug \
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp --with-avif \