feat: move to Dockerfile heredoc
Compare changes
- Wouter Deconinck authored
+ 9
− 10
@@ -17,8 +17,7 @@ ARG jobs=8
@@ -31,11 +30,11 @@ ADD https://api.github.com/repos/eic/ip6 /tmp/ip6.json
As of Dockerfile format spec 1.4, we can use heredocs instead of escaped line breaks. This is much more readable.