https://github.com/cgsmith/php
Docker build with PHP, zip, unzip, intl, git, curl, and libicu-dev
https://github.com/cgsmith/php
Last synced: 6 months ago
JSON representation
Docker build with PHP, zip, unzip, intl, git, curl, and libicu-dev
- Host: GitHub
- URL: https://github.com/cgsmith/php
- Owner: cgsmith
- License: unlicense
- Created: 2024-01-22T10:23:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T10:29:14.000Z (over 2 years ago)
- Last Synced: 2025-10-04T06:57:32.442Z (10 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Docker PHP
I use this in my Bitbucket Pipelines to speed up some mundane details. PHP intl install and zip install for my build processes.
##### Build Process
1. `docker build -t cgsmith105/php:tag`
2. `docker push cgsmith105/php:tag`
##### License
[The Unlicense](./LICENSE.md)