Dockerfile: use heredocs#2805
Conversation
wernerfred
left a comment
There was a problem hiding this comment.
TIL one can use heredocs in Dockerfile, thanks
|
Not usually a fan of heredocs myself, but this is a pretty decent use-case for it! 😅 |
|
This took a little while to track down. I wanted to know about the Thankfully, this was promoted to a stable in the |
|
I should have been more clear. By writing since I meant that the feature was added in the next non-experimental version (1.4 - which we currently use). I totally agree, not to add any experimental things 👍 |
Description
Since version
1.3-labof Dockerfile, heredoc syntax is available.This PR converts the countless
&& \lines into better readable heredocs.Type of change
Checklist:
docs/)