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