mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
windows binaries: update wine
This commit is contained in:
parent
547906d1c0
commit
bab9f68736
1 changed files with 4 additions and 4 deletions
|
@ -33,10 +33,10 @@ RUN wget -nc https://dl.winehq.org/wine-builds/Release.key && \
|
|||
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
|
||||
apt-get update -q && \
|
||||
apt-get install -qy \
|
||||
wine-stable-amd64:amd64=4.0~bionic \
|
||||
wine-stable-i386:i386=4.0~bionic \
|
||||
wine-stable:amd64=4.0~bionic \
|
||||
winehq-stable:amd64=4.0~bionic
|
||||
wine-stable-amd64:amd64=4.0.3~bionic \
|
||||
wine-stable-i386:i386=4.0.3~bionic \
|
||||
wine-stable:amd64=4.0.3~bionic \
|
||||
winehq-stable:amd64=4.0.3~bionic
|
||||
|
||||
RUN rm -rf /var/lib/apt/lists/* && \
|
||||
apt-get autoremove -y && \
|
||||
|
|
Loading…
Add table
Reference in a new issue