A PHP Docker image based on the official PHP Alpine image, and includes additional PHP extensions to run Symfony
Please note that the image contains also Composer
- 7, 7.2, latest (Dockerfile)
- 7.1 (Dockerfile)
- 7.0 (Dockerfile)
First, many thanks for your contributions, please note that this repository is for a PHP Docker image to run Symfony projects respecting their requirements . if you find any typo/misconfiguration, or just want to optimize more the workflow, please
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Support other distributions and variants of PHP.
- Add environment variables to customize the image.