I am getting the error \"Class \'Imagick\' not found\". Somehow I need to make this library accessible to php. I am using Php 5.2.6 on Fedora 8. my php_info has no mention
Docker container installation for php:XXX Debian based images:
php:XXX
RUN apt-get update && apt-get install -y --no-install-recommends libmagickwand-dev RUN pecl install imagick && docker-php-ext-enable imagick RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* || true