Skip to content

Commit

Permalink
Use Wine Devel instead of Wine Staging
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo authored and iphydf committed Feb 18, 2018
1 parent c3515c4 commit ef172ad
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions other/docker/windows/get_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef172ad

Please sign in to comment.