update msys2 image.
This commit is contained in:
parent
e24f60fd43
commit
47eef10a32
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ RUN pacman-key --init && \
|
|||
pacman-key --recv-keys B9E36A7275FC61B464B67907E06FE8F53CDC6A4C && \
|
||||
pacman-key --lsign-key B9E36A7275FC61B464B67907E06FE8F53CDC6A4C
|
||||
|
||||
RUN wget https://github.com/msys2/msys2-installer/releases/download/2023-01-27/msys2-base-x86_64-20230127.tar.xz && \
|
||||
tar xJvf msys2-base-x86_64-20230127.tar.xz && \
|
||||
RUN wget https://github.com/msys2/msys2-installer/releases/download/2023-10-26/msys2-base-x86_64-20231026.tar.xz && \
|
||||
tar xJvf msys2-base-x86_64-20231026.tar.xz && \
|
||||
cp /msys64/etc/pacman.d/* /etc/pacman.d/ && \
|
||||
cp /msys64/usr/share/pacman/keyrings/* /usr/share/pacman/keyrings/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue