From 3ddf557f911f5896771d3d2b4265af29163cd8b5 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Thu, 16 Feb 2023 20:32:37 +0000 Subject: [PATCH] Update file Dockerfile --- linux/assets/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux/assets/Dockerfile b/linux/assets/Dockerfile index 7e215fa..8dc0880 100644 --- a/linux/assets/Dockerfile +++ b/linux/assets/Dockerfile @@ -49,7 +49,8 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \ zip \ zstd -WORKDIR submodules/windows/linux +RUN git clone --recursive https://gitlab.com/librewolf-community/browser/windows.git +WORKDIR windows/submodules/windows/linux RUN pwd && ls -l RUN make setup-debian RUN make fetch