Skip to content

Instantly share code, notes, and snippets.

Created January 1, 2017 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save anonymous/3c64eca49ed028c291739e78b5da3c95 to your computer and use it in GitHub Desktop.
Save anonymous/3c64eca49ed028c291739e78b5da3c95 to your computer and use it in GitHub Desktop.
FROM php:7.0.4-fpm
RUN apt-get update && apt-get install -y libmcrypt-dev \
mysql-client libmagickwand-dev --no-install-recommends \
&& pecl install imagick \
&& docker-php-ext-enable imagick \
&& docker-php-ext-install mcrypt pdo_mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment