Update file Dockerfile
This commit is contained in:
parent
0fb55b6836
commit
3ddf557f91
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue