mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2026-01-04 13:44:42 +01:00
Use msys2 dependencies
This commit is contained in:
parent
2ac479d97b
commit
7f52da56f9
4 changed files with 14 additions and 51 deletions
|
|
@ -1,16 +1,18 @@
|
|||
FROM debian:trixie
|
||||
COPY windows.sh /tmp/setup.sh
|
||||
COPY windows.reg /tmp/setup.reg
|
||||
COPY windows-libs.7z /tmp/windows-libs.7z
|
||||
RUN apt-get update --yes \
|
||||
&& apt-get -y install wget unzip xvfb \
|
||||
&& apt-get -y install wget unzip p7zip xvfb \
|
||||
&& dpkg --add-architecture i386 \
|
||||
&& mkdir -pm755 /etc/apt/keyrings \
|
||||
&& wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key \
|
||||
&& wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/trixie/winehq-trixie.sources \
|
||||
&& apt-get update \
|
||||
&& apt-get -y install winehq-devel \
|
||||
&& apt-get clean \
|
||||
&& export WINEDEBUG=-all \
|
||||
&& wine winecfg \
|
||||
&& /tmp/setup.sh \
|
||||
&& wineserver -k
|
||||
&& rm /tmp/setup.sh \
|
||||
&& apt-get -y autopurge wget unzip p7zip xvfb \
|
||||
&& apt-get clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue