Fri Feb 24 02:19:53 PM CET 2023

This commit is contained in:
Bert van der Weerd 2023-02-24 14:19:53 +01:00
parent 5fd44e22af
commit 420f1540b7
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -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 RUN git clone --recursive https://gitlab.com/librewolf-community/browser/windows.git
WORKDIR windows/linux WORKDIR windows/linux
RUN pwd && ls -l RUN pwd && ls -l
RUN make setup-debian RUN make setup-debian
RUN make fetch RUN make fetch-archive
RUN make bootstrap RUN make extract-arch
RUN make veryclean RUN make old-style-bootstrap-arch
RUN make winsdk-arch