https://github.com/glensc/php-alpine
PHP Packages for Alpine Linux
https://github.com/glensc/php-alpine
Last synced: 2 months ago
JSON representation
PHP Packages for Alpine Linux
- Host: GitHub
- URL: https://github.com/glensc/php-alpine
- Owner: glensc
- License: bsd-3-clause
- Created: 2019-11-09T19:52:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T22:34:38.000Z (over 5 years ago)
- Last Synced: 2025-01-24T08:24:56.876Z (4 months ago)
- Language: Shell
- Size: 180 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Packages for Alpine Linux
## Prepare
Local docker image needs to be built.
As the Dockerfile uses `docker/dockerfile:experimental` syntax, need to enable buildkit build:
```
$ COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose build
```## Building packages
```
# Enter the container
$ ./shell.sh
# Pick a package
$ cd php7
# Build it
$ abuild -r
```