- PHP 8.0 via deb.sury.org
- PHP GRPC module
- PHP Protobuf module
- Apache mod_php
See also: https://hub.docker.com/r/socialsigninapp/docker-debian-gcp-php80/
( http_proxy stuff is optional. )
docker build \
--build-arg=http_proxy="http://192.168.86.66:3128" \
--build-arg=https_proxy="http://192.168.86.66:3128" \
--no-cache \
--rm \
-t socialsigninapp/docker-debian-gcp-php80:latest \
-t socialsigninapp/docker-debian-gcp-php80:$(date +%F) \
--pull \
.
- Link better to Debian/Debsury.org so we rebuild on change of those files