mvt
mvt copied to clipboard
Fixed docker warnings
Removed empty lines within RUN command
Fixes #360
Instead of removing the empty lines one should remove the continuation symbol '\' if not needed. Otherwise there might be wrong interpretations (since the continuation symbol can be overlooked) and problems in the future.