Skip to content

Commit a09fba9

Browse files
authored
Update Dockerfile for nanoserver-1809 helix image to fix path (#1379)
1 parent 4ac71d0 commit a09fba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nanoserver/1809/helix/amd64/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN curl -SL --output %TEMP%\python.zip https://www.nuget.org/api/v2/package/pyt
2727
&& del /q %TEMP%\python.zip `
2828
&& setx /M PYTHONPATH "C:\Python\Lib;C:\Python\DLLs;"
2929

30-
ENV PATH="$PATH;C:\Program Files\PowerShell\;C:\Python;C:\python\scripts"
30+
RUN setx /M PATH "%PATH%;C:\Program Files\PowerShell\;C:\Python;C:\python\scripts"
3131

3232
RUN md c:\\helixtmp && pushd c:\\helixtmp &&`
3333
python -m pip install --upgrade pip==20.2 && `

0 commit comments

Comments
 (0)