Skip to content

orlo/docker-debian-gcp-php74

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Public Docker image

Features

  • PHP 7.4 via deb.sury.org with GRPC module
  • Apache mod_php

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

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

Todo

  • Link better to Debian/Debsury.org so we rebuild on change of those files

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published