File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ RUN adduser -D -u 1337 kool \
5757 mysqli \
5858 ftp \
5959 && pecl install redis \
60+ && mkdir /tmp/imagick && cd /tmp/imagick \
6061 && curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/7088edc353f53c4bc644573a79cdcd67a726ae16.tar.gz \
6162 && tar --strip-components=1 -xf /tmp/imagick.tar.gz \
6263 && phpize \
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ RUN adduser -D -u 1337 kool \
5959 && pecl install redis \
6060 && pecl install xdebug \
6161 && pecl install pcov && docker-php-ext-enable pcov \
62+ && mkdir /tmp/imagick && cd /tmp/imagick \
6263 && curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/7088edc353f53c4bc644573a79cdcd67a726ae16.tar.gz \
6364 && tar --strip-components=1 -xf /tmp/imagick.tar.gz \
6465 && phpize \
Original file line number Diff line number Diff line change 7777 && pecl install imagick \
7878 && docker-php-ext-enable imagick \
7979@else
80+ && mkdir /tmp/imagick && cd /tmp/imagick \
8081 && curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/7088edc353f53c4bc644573a79cdcd67a726ae16.tar.gz \
8182 && tar --strip-components=1 -xf /tmp/imagick.tar.gz \
8283 && phpize \
You can’t perform that action at this time.
0 commit comments