|
@@ -57,7 +57,7 @@ RUN curl -L https://github.com/Imagick/imagick/archive/28f27044e435a2b203e32675e
|
|
&& make install \
|
|
&& make install \
|
|
&& echo "extension=imagick.so" >> $PHP_INI_DIR/conf.d/imagick.ini \
|
|
&& echo "extension=imagick.so" >> $PHP_INI_DIR/conf.d/imagick.ini \
|
|
&& cd .. \
|
|
&& cd .. \
|
|
- && rm -rf imagick-master
|
|
|
|
|
|
+ && rm -rf imagick-28f27044e435a2b203e32675e942eb8de620ee58
|
|
|
|
|
|
RUN docker-php-ext-configure \
|
|
RUN docker-php-ext-configure \
|
|
gd --with-freetype --with-jpeg --with-webp \
|
|
gd --with-freetype --with-jpeg --with-webp \
|