mono Source/PashConsole/bin/Debug/Pash.exe
Unhandled Exception:
System.Management.Automation.MethodInvocationException: No such provider. A provider with the name "FileSystem" doesn't exist.
at System.Management.Automation.DriveManagementIntrinsics.GetAllForProvider (System.String providerName) <0x41326e30 + 0x0029b> in <filename unknown>:0
at System.Management.Automation.ProviderInfo.get_Drives () <0x41326df0 + 0x0002b> in <filename unknown>:0
at Pash.Implementation.SessionStateGlobal.SetCurrentDrive () <0x41326650 + 0x0006f> in <filename unknown>:0
at Pash.Implementation.LocalRunspace.InitializeDefaultSnapins () <0x4130a4a0 + 0x0005b> in <filename unknown>:0
at Pash.Implementation.LocalRunspace.Open () <0x4130a250 + 0x00113> in <filename unknown>:0
at Pash.FullHost..ctor (Boolean interactive) <0x412cc770 + 0x000e1> in <filename unknown>:0
at Pash.Program.Main (System.String[] args) <0x412cbdf0 + 0x00107> in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Management.Automation.MethodInvocationException: No such provider. A provider with the name "FileSystem" doesn't exist.
at System.Management.Automation.DriveManagementIntrinsics.GetAllForProvider (System.String providerName) <0x41326e30 + 0x0029b> in <filename unknown>:0
at System.Management.Automation.ProviderInfo.get_Drives () <0x41326df0 + 0x0002b> in <filename unknown>:0
at Pash.Implementation.SessionStateGlobal.SetCurrentDrive () <0x41326650 + 0x0006f> in <filename unknown>:0
at Pash.Implementation.LocalRunspace.InitializeDefaultSnapins () <0x4130a4a0 + 0x0005b> in <filename unknown>:0
at Pash.Implementation.LocalRunspace.Open () <0x4130a250 + 0x00113> in <filename unknown>:0
at Pash.FullHost..ctor (Boolean interactive) <0x412cc770 + 0x000e1> in <filename unknown>:0
at Pash.Program.Main (System.String[] args) <0x412cbdf0 + 0x00107> in <filename unknown>:0
FROM mono:latestRUN apt-get update && \
apt-get install -y gitRUN mkdir /root/pashWORKDIR /root/pashRUN git clone https://github.com/Pash-Project/Pash.git . && \
xbuildCMD ["mono", "Source/PashConsole/bin/Debug/Pash.exe"]