Skip to content

Commit e08caec

Browse files
committed
Add imagick module to PHP
1 parent ca7fdd0 commit e08caec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ RUN apt-get update && apt-get install -y \
55
libreoffice \
66
--no-install-recommends \
77
&& rm -rf /var/lib/apt/lists/*
8+
RUN pecl install imagick-3.4.4
9+
RUN docker-php-ext-enable imagick

0 commit comments

Comments
 (0)