Skip to content
Snippets Groups Projects
Commit 745cd448 authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

disable imagick pecl mod until they fix it

parent 0e08ff6a
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,8 @@ RUN git clone https://github.com/rlerdorf/geoip.git && \
cd .. && \
rm -rfv geoip
RUN pecl install --force igbinary
#!#RUN printf "\n" | pecl install --force imagick
#!#https://github.com/Imagick/imagick/issues/640
#!#RUN printf "\n" | pecl install --force imagick
RUN printf "\n" | pecl install --force mcrypt
RUN printf "\n\n\nyes\n\nyes\n\n\n\n" | pecl install --force memcached
RUN printf "yes\nyes\nyes\n" | pecl install --force redis
......
extension=apcu
;extension=geoip
extension=igbinary
extension=imagick
;!;https://github.com/Imagick/imagick/issues/640
;!;extension=imagick
extension=mcrypt
extension=memcached
;extension=mongodb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment