We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc2ccc4 + 38ac169 commit c502f5eCopy full SHA for c502f5e
node/Dockerfile-windows
@@ -42,7 +42,7 @@ COPY windows-packaging/CalicoWindows/libs/hns/hns.psm1 /CalicoWindows/libs/hns/h
42
COPY windows-packaging/nssm.exe /nssm.exe
43
COPY windows-packaging/CalicoWindows/uninstall-calico-hpc.ps1 /uninstall-calico.ps1
44
45
-ENV PATH=$PATH;/CalicoWindows
+ENV PATH="$PATH;C:\CalicoWindows;C:\Windows\System32;C:\Windows;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files\PowerShell"
46
WORKDIR /CalicoWindows
47
# The nanoserver image does not have powershell but this works because
48
# this container will be running on the host.
0 commit comments