Sign inSign up

jezao/php

By jezao

•Updated over 6 years ago

PHP settings for specific targets

Image
0

3.2K

jezao/php repository overview

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

Tag summary

Content type

Image

Digest

Size

234.5 MB

Last updated

over 6 years ago

docker pull jezao/php:7.3-apache-dev