set home in windows images [ci skip]
This commit is contained in:
parent
d1d9dc0de1
commit
fb83dd1476
@ -14,5 +14,7 @@ ADD windows/* /bin/
|
|||||||
USER ContainerAdministrator
|
USER ContainerAdministrator
|
||||||
RUN setx /M PATH "%PATH%;C:\Program Files\PowerShell"
|
RUN setx /M PATH "%PATH%;C:\Program Files\PowerShell"
|
||||||
|
|
||||||
|
ENV HOME C:\\Users\\ContainerAdministrator
|
||||||
|
|
||||||
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||||
CMD [ "pwsh", "C:\\bin\\clone.ps1" ]
|
CMD [ "pwsh", "C:\\bin\\clone.ps1" ]
|
||||||
|
@ -14,5 +14,7 @@ ADD windows/* /bin/
|
|||||||
USER ContainerAdministrator
|
USER ContainerAdministrator
|
||||||
RUN setx /M PATH "%PATH%;C:\Program Files\PowerShell"
|
RUN setx /M PATH "%PATH%;C:\Program Files\PowerShell"
|
||||||
|
|
||||||
|
ENV HOME C:\\Users\\ContainerAdministrator
|
||||||
|
|
||||||
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
SHELL ["pwsh", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
|
||||||
CMD [ "pwsh", "C:\\bin\\clone.ps1" ]
|
CMD [ "pwsh", "C:\\bin\\clone.ps1" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user