diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile index e4985dd48f..b78b640af0 100644 --- a/ci/docker/windows/Dockerfile +++ b/ci/docker/windows/Dockerfile @@ -52,7 +52,7 @@ RUN git config --system core.longpaths true COPY upgrade_msys2.ps1 C:\ RUN C:\upgrade_msys2.ps1 -RUN C:\msys64\msys2_shell.cmd -ucrt64 -defterm -here -no-start -use-full-path -lc 'pacman -S --noconfirm mingw-w64-ucrt-x86_64-toolchain ninja' +RUN C:\msys64\msys2_shell.cmd -ucrt64 -defterm -here -no-start -use-full-path -lc 'pacman -S --noconfirm mingw-w64-ucrt-x86_64-toolchain ninja openssh' RUN python -m pip install meson==1.1.1 python-gitlab