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
The current conversion code makes the assumption that sh is available when Process.Args is empty. This isn't covered in the specification and sh may not be available within the container, leading to confusing errors.
The text was updated successfully, but these errors were encountered:
The current conversion code makes the assumption that
sh
is available whenProcess.Args
is empty. This isn't covered in the specification andsh
may not be available within the container, leading to confusing errors.The text was updated successfully, but these errors were encountered: