We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd05287 commit 255a267Copy full SHA for 255a267
kubernetes/windows/Dockerfile
@@ -16,6 +16,9 @@ RUN powershell -Command "Set-ExecutionPolicy Bypass -Scope Process -Force; iex (
16
RUN choco install -y ruby --version 3.1.1.1 --params "'/InstallDir:C:\ruby31'" \
17
&& choco install -y msys2 --version 20211130.0.0 --params "'/NoPath /NoUpdate /InstallDir:C:\ruby31\msys64'"
18
19
+# Set environment variables for paths
20
+RUN setx PATH "%PATH%;C:\ruby31\bin;C:\ruby31\msys64\usr\bin"
21
+
22
RUN powershell -Command "Write-Output 'Configuring MSYS2 mirrors...'; \
23
$MirrorFileMsys = 'C:\ruby31\msys64\etc\pacman.d\mirrorlist.msys'; \
24
$MirrorFileMingw = 'C:\ruby31\msys64\etc\pacman.d\mirrorlist.mingw'; \
0 commit comments