Update file Dockerfile

This commit is contained in:
stanzabird 2023-02-16 20:32:37 +00:00
parent 0fb55b6836
commit 3ddf557f91

View file

@ -49,7 +49,8 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \
zip \ zip \
zstd 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 pwd && ls -l
RUN make setup-debian RUN make setup-debian
RUN make fetch RUN make fetch