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

This commit is contained in:
SomberNight 2018-07-09 17:52:02 +02:00
parent dc6fb04ffe
commit 586aee45eb
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -15,7 +15,10 @@ RUN dpkg --add-architecture i386 && \
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
apt-get update -q && \
apt-get install -qy \
winehq-stable=3.0.1~bionic \
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 \