Update file Dockerfile

This commit is contained in:
stanzabird 2023-02-16 20:38:47 +00:00
parent 3ddf557f91
commit bab3935d59

View file

@ -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