mirror of
https://github.com/danog/php.git
synced 2024-11-26 20:04:58 +01:00
726 B
726 B
Contributing to this repository
- Don't edit the Dockerfiles directly. They are generated using templates.
- Make any changes to the
*.template
files in the root of the repository. - Make sure you've checked the Requirements below.
- Run the
./apply-templates.sh
script after making your changes. - Once complete, commit all changes to the templates and Dockerfiles.
Requirements
You will need Gnu Awk to generate the Dockerfiles from the templates.
To install Gnu Awk on Debian-flavors of Linux:
$ apt-get update && apt-get install gawk
To install Gnu Awk on Mac/Linux/Windows with Homebrew:
$ brew install gawk