From d79db5b62d53071cfb4d4b013e7e2de0ecfb7371 Mon Sep 17 00:00:00 2001 From: Alireza Khalili Date: Fri, 29 Jan 2021 17:58:28 +0330 Subject: [PATCH] added wine configs and installation (not tested) --- Dockerfile.amd64 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index f36e07d..f8ad2cd 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -47,6 +47,16 @@ RUN apt update \ && apt autoremove -y \ && rm -rf /var/lib/apt/lists/* +ADD https://dl.winehq.org/wine-builds/winehq.key /Release.key + +RUN echo "deb http://dl.winehq.org/wine-builds/ubuntu/ xenial main" >> /etc/apt/sources.list && \ + apt-key add Release.key && \ + dpkg --add-architecture i386 && \ + apt-get update && \ + apt-get install -y --install-recommends apt-utils winehq-devel && \ + rm -rf /var/lib/apt/lists/* /Release.key + +ENV WINEARCH win32 # Additional packages require ~600MB # libreoffice pinta language-pack-zh-hant language-pack-gnome-zh-hant firefox-locale-zh-hant libreoffice-l10n-zh-tw