Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release/preview/nanoserver/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ENV ProgramFiles="C:\Program Files" `
COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell"]

# Set the path
RUN setx PATH "%PATH%;%ProgramFiles%\PowerShell"
RUN setx PATH "%PATH%;%ProgramFiles%\PowerShell;"

# intialize powershell module cache
RUN pwsh `
Expand Down
2 changes: 1 addition & 1 deletion release/preview/nanoserver1809/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ENV ProgramFiles="C:\Program Files" `
WindowsPATH="C:\Windows\system32;C:\Windows"

# Set the path
ENV PATH="$WindowsPATH;${ProgramFiles}\PowerShell"
ENV PATH="$WindowsPATH;${ProgramFiles}\PowerShell;"

COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell"]

Expand Down
2 changes: 1 addition & 1 deletion release/preview/windowsservercore/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV ProgramFiles="C:\Program Files" `
COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell\\latest"]

# Set the path
RUN setx /M PATH "%ProgramFiles%\PowerShell\latest;%PATH%"
RUN setx /M PATH "%ProgramFiles%\PowerShell\latest;%PATH%;"

# intialize powershell module cache
RUN pwsh `
Expand Down
2 changes: 1 addition & 1 deletion release/servicing/nanoserver/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ENV ProgramFiles="C:\Program Files" `
COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell"]

# Set the path
RUN setx PATH "%PATH%;%ProgramFiles%\PowerShell"
RUN setx PATH "%PATH%;%ProgramFiles%\PowerShell;"

# intialize powershell module cache
RUN pwsh `
Expand Down
2 changes: 1 addition & 1 deletion release/servicing/nanoserver1809/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ENV ProgramFiles="C:\Program Files" `
WindowsPATH="C:\Windows\system32;C:\Windows"

# Set the path
ENV PATH="$WindowsPATH;${ProgramFiles}\PowerShell"
ENV PATH="$WindowsPATH;${ProgramFiles}\PowerShell;"

COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell"]

Expand Down
2 changes: 1 addition & 1 deletion release/servicing/windowsservercore/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV ProgramFiles="C:\Program Files" `
COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell\\latest"]

# Set the path
RUN setx /M PATH "%ProgramFiles%\PowerShell\latest;%PATH%"
RUN setx /M PATH "%ProgramFiles%\PowerShell\latest;%PATH%;"

# intialize powershell module cache
RUN pwsh `
Expand Down
2 changes: 1 addition & 1 deletion release/stable/nanoserver/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ENV ProgramFiles="C:\Program Files" `
COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell"]

# Set the path
RUN setx PATH "%PATH%;%ProgramFiles%\PowerShell"
RUN setx PATH "%PATH%;%ProgramFiles%\PowerShell;"

# intialize powershell module cache
RUN pwsh `
Expand Down
2 changes: 1 addition & 1 deletion release/stable/nanoserver1809/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ ENV ProgramFiles="C:\Program Files" `
WindowsPATH="C:\Windows\system32;C:\Windows"

# Set the path
ENV PATH="$WindowsPATH;${ProgramFiles}\PowerShell"
ENV PATH="$WindowsPATH;${ProgramFiles}\PowerShell;"

COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell"]

Expand Down
2 changes: 1 addition & 1 deletion release/stable/windowsservercore/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV ProgramFiles="C:\Program Files" `
COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell\\latest"]

# Set the path
RUN setx /M PATH "%ProgramFiles%\PowerShell\latest;%PATH%"
RUN setx /M PATH "%ProgramFiles%\PowerShell\latest;%PATH%;"

# intialize powershell module cache
RUN pwsh `
Expand Down