Skip to content

chazer/alpine-php-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

alpine-php-builder docker image

Download and build php extension from source codes. The results saved into the folder '/build'.

Usage:

mkdir build
docker run --rm \
  -v /`pwd`/build:/build \
  -e "GIT_REPO=<url>" \
  -e "GIT_VER=<tag|branch>" \
  chazer/alpine-php-builder
cp build/*.so /usr/lib/php/modules/
echo "extension=__module__.so" >> /etc/php/conf.d/__module__.ini
docker run -ti chazer/alpine-php-builder <command>

About

Environment for build php extensions under Alpine Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages