You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, it's because opam-repo-ci gives it a command with a blank line at the end. OBuilder's behaviour seems reasonable to me, but Docker's doesn't. It seems to ignore the blank line and act as if the continuation applies to the line after that!
Perhaps it should be an error to attempt to convert such a command to a Dockerfile?
Merely picking a recent build from opam-repo-ci, the
Dockerfile
includes a continuation to a blank line which generates a warning fromdocker build
.An easy fix for that one is probably just to trim the string - and possibly to reduce
(\r?\n)
to a single\r?\n
?The text was updated successfully, but these errors were encountered: