FROM php:7.3-apache
RUN apt-get update -qy
&& apt-get install zip unzip -qy
&& apt-get install libmcrypt-dev libmagickwand-dev -qy
&& pecl install imagick -qy
&& docker-php-ext-install pdo_mysql
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
Content type
Image
Digest
Size
234.5 MB
Last updated
over 6 years ago
docker pull jezao/php:7.3-apache-dev