Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
justanwar committed Sep 27, 2023
1 parent bcb1633 commit 9a9a9af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contrib/build-wine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ RUN dpkg --add-architecture i386 \
&& wget -qO - https://dl.winehq.org/wine-builds/winehq.key | apt-key add - \
&& apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' \
&& apt-get update \
&& apt-get install -y wine-stable=8.0.0.0~bionic-1 \
&& apt-get install -y \
wine-stable=8.0.1~bionic-1 \
wine-stable-i386e=8.0.1~bionic-1 \
wine-stable-amd64e=8.0.1~bionic-1 \
cabextract xauth xvfb ca-certificates zip unzip p7zip-full \
&& wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks \
&& chmod +x winetricks && mv winetricks /usr/local/bin \
Expand Down

0 comments on commit 9a9a9af

Please sign in to comment.