bsys5/assets/windows.Dockerfile
2023-02-05 12:18:46 +01:00

10 lines
292 B
Docker

FROM ubuntu:latest
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install bash git wget build-essential zip
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