summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2019-01-03 10:49:37 +0000
committeriphydf <iphydf@users.noreply.github.com>2019-01-03 10:49:37 +0000
commit72ef08597ece599f14165722191b5650ce5dcb3f (patch)
tree3028094191fee6c4264a733d74f69a7ea3a220c0 /other
parent0f8f82a3cf639233c69c893c102a82b6e11ae98e (diff)
Allow unauthenticated wine packages in the Windows build.
Diffstat (limited to 'other')
-rw-r--r--other/docker/windows/get_packages.sh2
1 files changed, 1 insertions, 1 deletions
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
48 48
49 dpkg --add-architecture i386 49 dpkg --add-architecture i386
50 apt-get update 50 apt-get update
51 apt-get install -y \ 51 apt-get install -y --allow-unauthenticated \
52 wine-devel \ 52 wine-devel \
53 wine-devel-amd64 \ 53 wine-devel-amd64 \
54 wine-devel-dbg \ 54 wine-devel-dbg \