1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 04:08: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 \ libwebp-dev \
libpng-dev \ libpng-dev \
libavif-dev \ libavif-dev \
git \
zip \
&& pecl install imagick \ && pecl install imagick \
&& pecl install xdebug \ && pecl install xdebug \
&& docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp --with-avif \ && docker-php-ext-configure gd --with-freetype --with-jpeg --with-webp --with-avif \