Skip to content

Commit ed0b143

Browse files
Use Wine from Ubuntu 20.04 WineHQ repo
1 parent 59ec530 commit ed0b143

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/wine.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ main() {
1515
# hardcode version, since we might want to avoid a version later.
1616
wget -nc https://dl.winehq.org/wine-builds/winehq.key
1717
mv winehq.key /usr/share/keyrings/winehq-archive.key
18-
wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/winehq-bionic.sources
19-
mv winehq-bionic.sources /etc/apt/sources.list.d/
18+
wget -nc https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
19+
mv winehq-focal.sources /etc/apt/sources.list.d/
2020
apt-get update
2121
apt install --no-install-recommends --assume-yes \
22-
"winehq-stable=7.0.0.0~bionic-1"
22+
"winehq-stable=7.0.0.0~focal-1"
2323

2424
purge_packages
2525
}

0 commit comments

Comments
 (0)