Skip to content

dongasai/phalcon_php_apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

phalcon_php_fpm

phalcon_php_fpm

安装 ImageMagick

RUN wget wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${IM_VERSION}.tar.gz RUN tar zxvf ImageMagick-${IM_VERSION}.tar.gz
&& rm ImageMagick-${IM_VERSION}.tar.gz
&& cd ImageMagick-${IM_VERSION}
&& ./configure --prefix=/usr/local/imagemagick
&& make
&& make install RUN pecl install imagick-3.4.3 --with-imagick=/usr/local/imagemagick;docker-php-ext-enable imagick

PUBLIC /etc/apache2/apache2.conf

About

phalcon_php_fpm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published