bsys5/assets/windows.Dockerfile
Bert van der Weerd f4816d64ab
add win32
2023-02-07 15:20:02 +01:00

11 lines
375 B
Docker

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
WORKDIR /root/windows/linux
RUN make setup-debian
RUN make fetch
RUN make bootstrap