mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
win build: wine upstream gpg key weirdness
This commit is contained in:
parent
df15571b82
commit
4225e79456
1 changed files with 2 additions and 0 deletions
|
@ -12,7 +12,9 @@ RUN dpkg --add-architecture i386 && \
|
|||
software-properties-common=0.96.24.32.1 \
|
||||
&& \
|
||||
wget -nc https://dl.winehq.org/wine-builds/Release.key && \
|
||||
wget -nc https://dl.winehq.org/wine-builds/winehq.key && \
|
||||
apt-key add Release.key && \
|
||||
apt-key add winehq.key && \
|
||||
apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \
|
||||
apt-get update -q && \
|
||||
apt-get install -qy \
|
||||
|
|
Loading…
Add table
Reference in a new issue