diff --git a/containers/agent-windows/Dockerfile b/containers/agent-windows/Dockerfile index 3ab4db0..e400f1e 100644 --- a/containers/agent-windows/Dockerfile +++ b/containers/agent-windows/Dockerfile @@ -32,7 +32,7 @@ ENV PYTHONIOENCODING=UTF-8 # update the path variable RUN powershell -NoProfile -InputFormat None -Command ` - $path = $env:path + ';c:\Program Files (x86)\GnuWin32\bin;C:\Program Files\CMake\bin;C:\Strawberry\perl\bin'; ` + $path = $env:path + ';c:\Program Files (x86)\GnuWin32\bin;C:\Program Files\CMake\bin'; ` Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -Name Path -Value $path # use this folder to store the worksapce'