diff --git a/linux/assets/Dockerfile b/linux/assets/Dockerfile index 9de8878..432c09f 100644 --- a/linux/assets/Dockerfile +++ b/linux/assets/Dockerfile @@ -52,7 +52,9 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \ RUN git clone --recursive https://gitlab.com/librewolf-community/browser/windows.git WORKDIR windows/linux RUN pwd && ls -l + RUN make setup-debian -RUN make fetch -RUN make bootstrap -RUN make veryclean +RUN make fetch-archive +RUN make extract-arch +RUN make old-style-bootstrap-arch +RUN make winsdk-arch