$docker build -FROM php:7.3-fpm-stretchRUN apt-get update -yqq && \apt-get install -y zlib1g-dev libicu-dev g++RUN docker-php-ext-configure intlRUN docker-php-ext-install intlSending build context to Docker dae
让任何PHP项目都能运行在Docker环境中主要是需要根据PHP项目的依赖制作PHP镜像的Dockerfile。
Dockerfile-debian.template LICENSE README.md apache-Dockerfile-block-1 apache-Dockerfile-block-2 apache2-foreground docker-php-entrypoint docker-php-ext-configure docker-php-ext-enable docker-php-ext-install docker-php-source fpm-Dockerfile-block-1 fpm-Dockerfile-block-2 generate-stackbrew...
install it on demand whendocker-php-ext-configure ldapis run cause installation to fail if it is not installed whendocker-php-ext-configure ldapis run I think (1) would be the easiest, but obviously adds a dependency that would be unwanted in a lot of installations. ...
forked from docker official php image. Contribute to bingtsingw/docker-php-5.5 development by creating an account on GitHub.