mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2025-12-23 15:54:34 +01:00
Install git in Windows building CI image
This commit is contained in:
parent
ec45055056
commit
2229097477
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ COPY windows.sh /tmp/setup.sh
|
||||||
COPY windows.reg /tmp/setup.reg
|
COPY windows.reg /tmp/setup.reg
|
||||||
COPY windows-libs.7z /tmp/windows-libs.7z
|
COPY windows-libs.7z /tmp/windows-libs.7z
|
||||||
RUN apt-get update --yes \
|
RUN apt-get update --yes \
|
||||||
&& apt-get -y install wget unzip p7zip xvfb \
|
&& apt-get -y install git wget unzip p7zip xvfb \
|
||||||
&& dpkg --add-architecture i386 \
|
&& dpkg --add-architecture i386 \
|
||||||
&& mkdir -pm755 /etc/apt/keyrings \
|
&& mkdir -pm755 /etc/apt/keyrings \
|
||||||
&& wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key \
|
&& wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue