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
@evolutics I'm sorry this flew under my radar for so long. I've been considering for a long time to just store the raw parsed text for RUN into the record so the pretty print does nothing with it at all.
I'll see if I can hack something together in the coming days
First of all, thanks for this helpful library.
The Dockerfile
is pretty printed by
prettyPrint
asI'd expect a quoted string to be left unchanged instead of reduced to
'a b'
.This happens not only with
RUN
instructions (in shell form), but also with health check commands.A minimal code example is
I'm using version 9.1.1 of the library (via LTS Haskell 16.18).
The text was updated successfully, but these errors were encountered: