Skip to content

Implement robust method of generating Dockerfile

Kristian Larsson requested to merge 116-robusty-dockerfile-name into master

We had problems with our previous solution across GNU and BSD versions of tools. This version fixes that. It is certainly not easy with BSD sed as commands are required to be on multiple lines. It is so much easier with GNU sed where we can write a command on a single line. Now we have to use a temporary file but it's the only way I find we get a consistent output.

Closes #116 (closed)

Merge request reports