mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-16 13:15:48 +00:00
Updated msys2 Dockerfile
This commit is contained in:
parent
f1fb3a73a8
commit
e6d67c89fd
|
@ -11,14 +11,14 @@ RUN pacman-key --init && \
|
|||
pacman-key --recv-keys B9E36A7275FC61B464B67907E06FE8F53CDC6A4C && \
|
||||
pacman-key --lsign-key B9E36A7275FC61B464B67907E06FE8F53CDC6A4C
|
||||
|
||||
RUN wget https://github.com/msys2/msys2-installer/releases/download/2022-03-19/msys2-base-x86_64-20220319.tar.xz && \
|
||||
tar xJvf msys2-base-x86_64-20220319.tar.xz && \
|
||||
RUN wget https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-base-x86_64-20220603.tar.xz && \
|
||||
tar xJvf msys2-base-x86_64-20220603.tar.xz && \
|
||||
cp /msys64/etc/pacman.d/* /etc/pacman.d/ && \
|
||||
cp /msys64/usr/share/pacman/keyrings/* /usr/share/pacman/keyrings/
|
||||
|
||||
# setup msys2 keys
|
||||
RUN pacman-key --populate msys2
|
||||
|
||||
RUN pacman --root /msys64 --config /msys64/etc/pacman.conf -Syu
|
||||
RUN pacman --root /msys64 --config /msys64/etc/pacman.conf --noconfirm -Syu
|
||||
|
||||
COPY bin/pacman-cross /bin/pacman-cross
|
||||
|
|
Loading…
Reference in New Issue
Block a user