Skip to content

Commit

Permalink
Changing a wine version to 8.0.1 (the previous one has been discontin…
Browse files Browse the repository at this point in the history
…ued in Ubuntu 18.04).
  • Loading branch information
Bertrand256 committed Oct 27, 2023
1 parent df6d30d commit 1536498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/build-wine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 \
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 1536498

Please sign in to comment.