From 72ef08597ece599f14165722191b5650ce5dcb3f Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 3 Jan 2019 10:49:37 +0000 Subject: [PATCH] Allow unauthenticated wine packages in the Windows build. --- other/docker/windows/get_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/docker/windows/get_packages.sh b/other/docker/windows/get_packages.sh index 397779ce..547ee163 100644 --- a/other/docker/windows/get_packages.sh +++ b/other/docker/windows/get_packages.sh @@ -48,7 +48,7 @@ if [ "${SUPPORT_TEST}" = "true" ]; then dpkg --add-architecture i386 apt-get update - apt-get install -y \ + apt-get install -y --allow-unauthenticated \ wine-devel \ wine-devel-amd64 \ wine-devel-dbg \