Posts tagged with docker


Use the following command to install imagick with Docker image php:7.1-fpm-alpine. # imagick RUN apk add --update --no-cache autoconf g++ imagemagick imagemagick-dev libtool make pcre-dev \ && pecl install imagick \ && docker-php-ext-enable imagick…