From 4225e794569e8f02f143f4dab0479373ab19f3a1 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 19 Dec 2018 21:22:41 +0100 Subject: [PATCH] win build: wine upstream gpg key weirdness --- contrib/build-wine/docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/build-wine/docker/Dockerfile b/contrib/build-wine/docker/Dockerfile index 8ed7a5467..20ca548f2 100644 --- a/contrib/build-wine/docker/Dockerfile +++ b/contrib/build-wine/docker/Dockerfile @@ -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 \