From 6d4df8169d0621826761e2881958282f1469c03e Mon Sep 17 00:00:00 2001 From: Dominik Date: Tue, 24 Apr 2018 08:44:13 +0200 Subject: [PATCH] Switch to wine staging --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b145920..c50627b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN dpkg --add-architecture i386 && \ rm Release.key && \ apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && \ apt-get update && \ - apt-get install -y winehq-stable + apt-get install -y winehq-staging # Download winetricks from source RUN wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && \