add win32

This commit is contained in:
Bert van der Weerd 2023-02-07 15:20:02 +01:00
parent 78364ce675
commit f4816d64ab
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -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