Skip to content

Commit b577efa

Browse files
committed
pacman
1 parent a5d09dc commit b577efa

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

windows-i386/Dockerfile

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
3948
RUN 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 \

0 commit comments

Comments
 (0)