Skip to content

Commit

Permalink
[DockerImages] Add imagick driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Arminek committed Nov 18, 2021
1 parent 0aaecda commit a8236d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ RUN docker-php-ext-enable apcu --ini-name 10-docker-php-ext-apcu.ini
RUN pecl install memcached
RUN docker-php-ext-enable memcached
RUN docker-php-ext-configure gd --with-freetype --with-jpeg
RUN apt install -y libmagickwand-dev --no-install-recommends
RUN pecl install imagick
RUN docker-php-ext-enable imagick
ENV PHP_DATE_TIMEZONE="Europe/Warsaw"
COPY --from=composer /usr/bin/composer /usr/bin/composer
WORKDIR /symfony
Expand Down

0 comments on commit a8236d7

Please sign in to comment.