Skip to content

Commit

Permalink
Update win_Dockerfile_template
Browse files Browse the repository at this point in the history
  • Loading branch information
ottointhesky authored Jun 17, 2024
1 parent 5a9fb26 commit 18d1969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/ssh/win_Dockerfile_template
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ RUN $baseurl = 'https://nodejs.org/dist/latest/'; \
\
choco install visualstudio2022buildtools -y; \
\
Write-Host 'Complete.'; \
\
type C:\ProgramData\chocolatey\logs\chocolatey.log ; \
Write-Host 'Complete.'; \
\
type C:\ProgramData\chocolatey\logs\chocolatey.log ; \
\
$env:PATH = [Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine); \
\
Expand Down

0 comments on commit 18d1969

Please sign in to comment.