Open
Description
We should ensure that our Dockerfiles adhere to consistent rules for formatting:
- There should be 1 newline between instructions, and 2 newlines between stages. Example of where we use two lines between instructions:
- Arguments to commands should be in alphabetical order. Example where they aren't:
- The alphabetical order for arguments should also extend to things like lists of packages to install:
(I didn't find a place where we violated this).
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog