Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Oct 31, 2024
1 parent 56ab0a7 commit 14f7af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-win-ltsc2019
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
# Install Powershell, then verify installation
ARG POWERSHELL_VERSION
ENV POWERSHELL_VERSION=${POWERSHELL_VERSION}
RUN curl -LsSf --retry 8 --retry-all-errors 'https://github.com/PowerShell/PowerShell/releases/download/v${Env:POWERSHELL_VERSION}/PowerShell-${Env:POWERSHELL_VERSION}-win-x64.msi' -o powershell.msi \
RUN curl -LsSf --retry 8 --retry-all-errors "https://github.com/PowerShell/PowerShell/releases/download/v${Env:POWERSHELL_VERSION}/PowerShell-${Env:POWERSHELL_VERSION}-win-x64.msi" -o powershell.msi \
&& msiexec.exe /i powershell.msi /qn /norestart \
&& del /q powershell.msi
RUN pwsh -Version
Expand Down
2 changes: 1 addition & 1 deletion src/docker/Dockerfile-win-ltsc2022
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PYTHONDONTWRITEBYTECODE=1
# Install Powershell, then verify installation
ARG POWERSHELL_VERSION
ENV POWERSHELL_VERSION=${POWERSHELL_VERSION}
RUN curl -LsSf --retry 8 --retry-all-errors 'https://github.com/PowerShell/PowerShell/releases/download/v${Env:POWERSHELL_VERSION}/PowerShell-${Env:POWERSHELL_VERSION}-win-x64.msi' -o powershell.msi \
RUN curl -LsSf --retry 8 --retry-all-errors "https://github.com/PowerShell/PowerShell/releases/download/v${Env:POWERSHELL_VERSION}/PowerShell-${Env:POWERSHELL_VERSION}-win-x64.msi" -o powershell.msi \
&& msiexec.exe /i powershell.msi /qn /norestart \
&& del /q powershell.msi
RUN pwsh -Version
Expand Down

0 comments on commit 14f7af5

Please sign in to comment.