File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,13 @@ RUN choco install -y ruby --version 3.1.1.1 --params "'/InstallDir:C:\ruby31'" \
1919# gangams - optional MSYS2 update via ridk failing in merged docker file so skipping that since we dont need optional update
2020RUN refreshenv \
2121&& ridk install 2 3 \
22+ && C:\r uby31\m sys64\u sr\b in\b ash.exe -lc "pacman -Rns --noconfirm mingw-w64-ucrt-x86_64-gcc" \
23+ && C:\r uby31\m sys64\u sr\b in\b ash.exe -lc "curl -O https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-gcc-libs-14.2.0-3-any.pkg.tar.zst" \
24+ && C:\r uby31\m sys64\u sr\b in\b ash.exe -lc 'pacman -U --noconfirm mingw-w64-ucrt-x86_64-gcc-libs-14.2.0-3-any.pkg.tar.zst' \
25+ && C:\r uby31\m sys64\u sr\b in\b ash.exe -lc "rm mingw-w64-ucrt-x86_64-gcc-libs-14.2.0-3-any.pkg.tar.zst" \
26+ && C:\r uby31\m sys64\u sr\b in\b ash.exe -lc "curl -O https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-gcc-14.2.0-3-any.pkg.tar.zst" \
27+ && C:\r uby31\m sys64\u sr\b in\b ash.exe -lc 'pacman -U --noconfirm mingw-w64-ucrt-x86_64-gcc-14.2.0-3-any.pkg.tar.zst' \
28+ && C:\r uby31\m sys64\u sr\b in\b ash.exe -lc "rm mingw-w64-ucrt-x86_64-gcc-14.2.0-3-any.pkg.tar.zst" \
2229&& echo gem: --no-document >> C:\P rogramData\g emrc \
2330&& gem install cool.io -v 1.9.0 --platform ruby \
2431&& gem install oj -v 3.16.10 \
You can’t perform that action at this time.
0 commit comments