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