From f4816d64abf1d0639c3cbd6cf9cc67e090ac08cc Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Tue, 7 Feb 2023 15:20:02 +0100 Subject: [PATCH] add win32 --- assets/windows.Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/windows.Dockerfile b/assets/windows.Dockerfile index c1565a0..bc50d89 100644 --- a/assets/windows.Dockerfile +++ b/assets/windows.Dockerfile @@ -1,5 +1,6 @@ FROM ubuntu:latest RUN apt-get -y update && apt-get -y upgrade && apt-get -y install bash git wget build-essential zip +RUN dpkg --add-architecture i386 && apt-get -y update && apt-get -y install wine32 WORKDIR /root RUN git clone https://gitlab.com/librewolf-community/browser/windows.git