mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-14 23:59:01 +00:00
chore: Add imagick to Docker setup
This commit is contained in:
parent
831008aa33
commit
97e8b8fba4
1 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue