Skip to content

orlo/docker-debian-gcp-php82

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Public Docker image

Features

  • PHP 8.2 via deb.sury.org
  • PHP GRPC module
  • PHP Protobuf module
  • PHP composer 2.7.9
  • Apache mod_php

Currently built on Debian Trixie

See also: https://hub.docker.com/r/socialsigninapp/docker-debian-gcp-php82/

Building

( 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-php82:latest \
    -t socialsigninapp/docker-debian-gcp-php82:$(date +%F) \
    --pull \
    .

About

debian trixie docker container with PHP 8.2 and a few extensions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published