/php-docker

php docker file. build php docker images.

Primary LanguageDockerfileMIT LicenseMIT

Build PHP Docker Images

get Dockerfile

curl -sSLf -o Dockerfile https://github.com/igophper/php-docker/releases/download/latest/Dockerfile

build php docker images

docker build --build-arg BUILD_PHP_VERSION=8.2 BUILD_TIMEZONE=Asia/Shanghai BUILD_EXTENSIONS="mysqli pdo_mysql gd zip bcmath @composer redis mcrypt" .

php extensions list:php-extension-installer