chore: Add imagick to Docker setup

This commit is contained in:
overflowerror 2024-08-08 22:41:48 +02:00
parent 831008aa33
commit 97e8b8fba4

View file

@ -1,8 +1,9 @@
FROM php:8.2-cli
RUN apt -y update && apt -y upgrade
RUN apt -y install npm git libpq-dev
RUN apt -y install npm git libpq-dev libmagickwand-dev
RUN docker-php-ext-install pdo_pgsql pgsql
RUN pecl install imagick && docker-php-ext-enable imagick
WORKDIR /var/www/