RUN docker-php-ext-install imagick-3.1.2 Member tianoncommentedJun 12, 2015 http://stackoverflow.com/q/14332539/433558appears to be a report of this exact issue, and the solution inhttp://stackoverflow.com/a/14354912/433558is working for me (ie, usingpecl install imagick-betainstead ofpecl...
RUNset -eux; \#install dependenciesapt-get update; \ apt-get install -y --no-install-recommends libevent-dev libssl-dev; \#configure: error: Couldn't find /usr/local/include/php/sockets/php_sockets.h.docker-php-ext-install sockets; \ cd /usr/src/; \#download event, should probably sp...
PREVENT YOUR SERVER FROM CRASHING! Never again lose customers to poor server speed! Let us help you. Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure. GET STARTED
extension=apcu.so">/usr/local/etc/php/conf.d/apcu.ini \#intl&&docker-php-ext-install intl \#imagick&&ln -s /usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/MagickWand-config /usr/bin/&&pecl install imagick&&echo"extension=imagick.so">/usr/local/etc/php/conf.d/ext-imagick.ini ...