fix #4508: pin down wine deps in docker win build

This commit is contained in:
SomberNight 2018-07-09 17:52:02 +02:00 committed by Peter D. Gray
parent cff0ef4f5d
commit f6d6572bb9
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -13,9 +13,12 @@ RUN dpkg --add-architecture i386 && \
wget -nc https://dl.winehq.org/wine-builds/Release.key && \
apt-key add Release.key && \
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
apt-get update -qq && \
apt-get install -qq \
winehq-stable=3.0.1~bionic \
apt-get update -q && \
apt-get install -qy \
wine-stable-amd64:amd64=3.0.1~bionic \
wine-stable-i386:i386=3.0.1~bionic \
wine-stable:amd64=3.0.1~bionic \
winehq-stable:amd64=3.0.1~bionic \
git=1:2.17.1-1ubuntu0.1 \
p7zip-full=16.02+dfsg-6 \
make=4.1-9.1ubuntu1 \