hverr/lxdfile

Add support for multiple ENV key=value pairs

josegonzalez opened this issue · 1 comments

Judging from the example lxdfiles, this isn't currently possible in the same way it is for a Dockerfile. Would it be possible to add support for this? I'm guessing this block needs to maybe do some sort of recursive result parsing?

hverr commented

I’m sorry, I apparently missed this issue.

Yes that’s entirely possible. However, I currently do not have the time to update this library. If you want to implement it I recommend looking up the parsec library!