mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix #4508: pin down wine deps in docker win build
This commit is contained in:
parent
dc6fb04ffe
commit
586aee45eb
1 changed files with 4 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue