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.
1 parent 4ac71d0 commit a09fba9Copy full SHA for a09fba9
src/nanoserver/1809/helix/amd64/Dockerfile
@@ -27,7 +27,7 @@ RUN curl -SL --output %TEMP%\python.zip https://www.nuget.org/api/v2/package/pyt
27
&& del /q %TEMP%\python.zip `
28
&& setx /M PYTHONPATH "C:\Python\Lib;C:\Python\DLLs;"
29
30
-ENV PATH="$PATH;C:\Program Files\PowerShell\;C:\Python;C:\python\scripts"
+RUN setx /M PATH "%PATH%;C:\Program Files\PowerShell\;C:\Python;C:\python\scripts"
31
32
RUN md c:\\helixtmp && pushd c:\\helixtmp &&`
33
python -m pip install --upgrade pip==20.2 && `
0 commit comments