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