diff --git a/assets/windows.Dockerfile b/assets/windows.Dockerfile index 2ec52c8..6adbc18 100644 --- a/assets/windows.Dockerfile +++ b/assets/windows.Dockerfile @@ -1,6 +1,9 @@ -FROM fedora:36 -RUN dnf -y update && dnf -y install make wget git patch +FROM ubuntu:jammy +#FROM fedora:36 +RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git patch +#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 && make fetch && make bootstrap && make veryclean +RUN make setup-debian && make fetch && make bootstrap && make veryclean +#RUN make setup-fedora && make fetch && make bootstrap && make veryclean