File tree 3 files changed +3
-0
lines changed
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 \
57
57
mysqli \
58
58
ftp \
59
59
&& pecl install redis \
60
+ && mkdir /tmp/imagick && cd /tmp/imagick \
60
61
&& curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/7088edc353f53c4bc644573a79cdcd67a726ae16.tar.gz \
61
62
&& tar --strip-components=1 -xf /tmp/imagick.tar.gz \
62
63
&& phpize \
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ RUN adduser -D -u 1337 kool \
59
59
&& pecl install redis \
60
60
&& pecl install xdebug \
61
61
&& pecl install pcov && docker-php-ext-enable pcov \
62
+ && mkdir /tmp/imagick && cd /tmp/imagick \
62
63
&& curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/7088edc353f53c4bc644573a79cdcd67a726ae16.tar.gz \
63
64
&& tar --strip-components=1 -xf /tmp/imagick.tar.gz \
64
65
&& phpize \
Original file line number Diff line number Diff line change 77
77
&& pecl install imagick \
78
78
&& docker-php-ext-enable imagick \
79
79
@else
80
+ && mkdir /tmp/imagick && cd /tmp/imagick \
80
81
&& curl -L -o /tmp/imagick.tar.gz https://github.com/Imagick/imagick/archive/7088edc353f53c4bc644573a79cdcd67a726ae16.tar.gz \
81
82
&& tar --strip-components=1 -xf /tmp/imagick.tar.gz \
82
83
&& phpize \
You can’t perform that action at this time.
0 commit comments