File tree Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Expand file tree Collapse file tree 1 file changed +6
-14
lines changed Original file line number Diff line number Diff line change 1
- ## Contributing to this repository
1
+ # Contributing to this repository
2
2
3
3
1 . Don't edit the Dockerfiles directly. They are generated using templates.
4
4
2 . Make any changes to the ` *.template ` files in the root of the repository.
5
5
3 . Make sure you've checked the [ Requirements] ( #requirements ) below.
6
6
4 . Run the ` ./apply-templates.sh ` script after making your changes.
7
- 5 . Once complete, commit all changes to the templates and Dockerfiles.
7
+ 5 . Once complete, (review and) commit all changes to the templates and Dockerfiles.
8
8
9
9
## Requirements
10
10
11
- You will need [ Gnu Awk ] ( https://www.gnu.org/ software/gawk/ ) to generate the Dockerfiles from the templates.
11
+ You will need the following software packages to run the [ ` ./apply- templates.sh ` ] ( /apply-templates.sh ) script .
12
12
13
- To install Gnu Awk on Debian-flavors of Linux:
14
-
15
- ```
16
- $ apt-get update && apt-get install gawk
17
- ```
18
-
19
- To install Gnu Awk on Mac/Linux/Windows with [ Homebrew] ( https://brew.sh/ ) :
20
-
21
- ```
22
- $ brew install gawk
23
- ```
13
+ - [ Gnu Awk] ( https://www.gnu.org/software/gawk/ ) available as ` gawk ` .
14
+ - [ ` jq ` ] ( https://stedolan.github.io/jq/ )
15
+ - A recent version of Bash
You can’t perform that action at this time.
0 commit comments