## Problem I want to enforce that several Dockerfiles have the same lines. ## Possible solution - [ ] Check blocks of text - [ ] Check order of these blocks - [ ] Use regex to check lines? Something like `poetry install.+--no-ansi` - [ ] [More examples of Dockerfiles here](https://stackoverflow.com/questions/53835198/integrating-python-poetry-with-docker)
Problem
I want to enforce that several Dockerfiles have the same lines.
Possible solution
Something like
poetry install.+--no-ansi