File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ RUN Install-VSBuildTools2022 -InstallationPath C:\MSVS -Workloads `
2727
2828ENV LLVM_VERSION 20.1.4
2929
30- RUN Register-SystemPath -Path C:\L LVM\b in; `
31- Install-LLVM -Version $env:LLVM_VERSION -InstallationPath C:\L LVM;
30+ RUN Install-LLVM -Version $env:LLVM_VERSION -InstallationPath C:\L LVM;
3231
3332# --------------------------------------------------------------------
3433# Install Debugging Tools for Windows
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN $scriptArgs = @{ `
4343# Install WebKitDev Module
4444# --------------------------------------------------------------------
4545
46- ENV WEBKIT_DEV_VERSION 0.5 .2
46+ ENV WEBKIT_DEV_VERSION 0.6 .2
4747
4848RUN $scriptArgs = @{ `
4949 Name = 'WebKitDev' ; `
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ RUN Write-Host Write-Host 'Installing pywin32 ...'; `
9292# --------------------------------------------------------------------
9393
9494# Locked version due to later versions not installing in container
95- ENV RUBY_VERSION 3.1.3- 1
95+ ENV RUBY_VERSION 3.1.3. 1
9696
9797RUN Install-Ruby -Version $env:RUBY_VERSION -InstallationPath C:\t ools\r uby;
9898
@@ -135,7 +135,7 @@ RUN Install-NuGet -Version $env:NUGET_VERSION -InstallationPath C:\tools\nuget;
135135# Locked version due to later versions not installing in container
136136ENV XAMPP_VERSION 8.1.6
137137
138- RUN choco install xampp-81 --confirm --version= $env:XAMPP_VERSION; `
138+ RUN Install-Xampp -Version $env:XAMPP_VERSION; `
139139 Update-XamppPerlLocation -perlPath C:\t ools\p erl; `
140140 Update-XamppPythonLocation -pythonPath C:\t ools\p ython3;
141141
You can’t perform that action at this time.
0 commit comments