From 420f1540b78d3c39ea7178fd8ec48f20c16c1587 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Fri, 24 Feb 2023 14:19:53 +0100 Subject: [PATCH] Fri Feb 24 02:19:53 PM CET 2023 --- linux/assets/Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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