bsys5/assets/windows.Dockerfile
2022-09-25 22:53:21 +02:00

12 lines
255 B
Docker

FROM fedora:36
RUN dnf -y update && dnf -y install make wget git patch
WORKDIR /
RUN git clone https://gitlab.com/librewolf-community/browser/windows.git
WORKDIR /windows/linux
RUN make setup-fedora
RUN make fetch
RUN make bootstrap
RUN make veryclean