1RUN apk add imagemagick
2RUN apk add imagemagick-dev
3
4RUN apk add --update --no-cache autoconf g++ imagemagick-dev libtool make pcre-dev \
5 && pecl install imagick \
6 && docker-php-ext-enable imagick \
7 && apk del autoconf g++ libtool make pcre-dev