Skip to content

Instantly share code, notes, and snippets.

@obi12341
Created May 20, 2016 21:19
Show Gist options
  • Save obi12341/fbb9e7bc1fa2ac64cd6ee3c1bb494b0c to your computer and use it in GitHub Desktop.
Save obi12341/fbb9e7bc1fa2ac64cd6ee3c1bb494b0c to your computer and use it in GitHub Desktop.
FROM registry.contair.org:php7.0
RUN apt-get update && apt-get install -y \
php-dev \
libgraphicsmagick1-dev
RUN pecl install gmagick-beta
RUN echo "extension=gmagick.so" > /etc/php/7.0/mods-available/gmagick.ini
RUN phpdismod imagick && phpenmod gmagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment