File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,18 @@ RUN set -ex \
3636
3737# Workaraound: Update the keyring for signatures of new maintainers
3838# See: https://github.com/msys2/MSYS2-packages/issues/2343
39+ # RUN set -ex \
40+ # && ln -s /proc/mounts /etc/mtab \
41+ # && rm /usr/share/pacman/keyrings/* \
42+ # && pacman-key --init \
43+ # && pacman -Syu --noconfirm \
44+ # && pacman -S msys2-keyring --noconfirm \
45+ # && pacman-key --populate msys2 \
46+ # && pacman -Syu --noconfirm
47+
3948RUN set -ex \
4049 && ln -s /proc/mounts /etc/mtab \
41- # && rm /usr/share/pacman/keyrings/* \
42- # && pacman-key --init \
4350 && pacman -Syu --noconfirm \
44- # && pacman -S msys2-keyring --noconfirm \
45- # && pacman-key --populate msys2 \
46- # && pacman -Syu --noconfirm
47-
4851
4952 # install build dependencies
5053 RUN set -ex \
You can’t perform that action at this time.
0 commit comments