Use Wine Devel instead of Wine Staging

Wine Staging is not maintained
https://wine-staging.com/news/2018-02-17-future-wine-staging.html
This commit is contained in:
Maxim Biro
2018-02-17 15:44:21 -05:00
committed by iphydf
parent c3515c49e0
commit ef172adebe
+5 -8
View File
@@ -42,20 +42,17 @@ if [ "${SUPPORT_TEST}" = "true" ]; then
texinfo
# Add Wine package repository to use the latest Wine
echo "
# Wine-staging
deb https://dl.winehq.org/wine-builds/debian/ stretch main
" >> /etc/apt/sources.list
echo "deb https://dl.winehq.org/wine-builds/debian/ stretch main" >> /etc/apt/sources.list
curl -o Release.key https://dl.winehq.org/wine-builds/Release.key
apt-key add Release.key
dpkg --add-architecture i386
apt-get update
apt-get install -y \
wine-staging \
wine-staging-amd64 \
wine-staging-dbg \
winehq-staging
wine-devel \
wine-devel-amd64 \
wine-devel-dbg \
winehq-devel
fi
# Clean up to reduce image size