Install imagick extension

This commit is contained in:
philipp lang 2024-11-13 13:14:45 +01:00
parent 16d3bc51a3
commit 3e725d9842
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN ls /app
RUN apt-get update
RUN apt-get install -y rsync libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev unzip poppler-utils libpng-dev libjpeg-dev default-mysql-client libzip-dev
RUN apt-get install -y --no-install-recommends texlive-base texlive-latex-base texlive-pictures texlive-latex-extra texlive-lang-german texlive-plain-generic texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils
RUN docker-php-ext-install pdo_mysql curl exif intl mbstring pcntl zip
RUN docker-php-ext-install pdo_mysql curl exif intl mbstring pcntl zip imagick
RUN pecl install redis && docker-php-ext-enable redis
RUN docker-php-ext-configure gd --with-jpeg
RUN docker-php-ext-install gd