An open API service indexing awesome lists of open source software.

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

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)