fix #4508: pin down wine deps in docker win build
This commit is contained in:
parent
cff0ef4f5d
commit
f6d6572bb9
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user