Fri Feb 24 02:19:53 PM CET 2023
This commit is contained in:
parent
5fd44e22af
commit
420f1540b7
1 changed files with 5 additions and 3 deletions
|
|
@ -52,7 +52,9 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install \
|
||||||
RUN git clone --recursive https://gitlab.com/librewolf-community/browser/windows.git
|
RUN git clone --recursive https://gitlab.com/librewolf-community/browser/windows.git
|
||||||
WORKDIR windows/linux
|
WORKDIR windows/linux
|
||||||
RUN pwd && ls -l
|
RUN pwd && ls -l
|
||||||
|
|
||||||
RUN make setup-debian
|
RUN make setup-debian
|
||||||
RUN make fetch
|
RUN make fetch-archive
|
||||||
RUN make bootstrap
|
RUN make extract-arch
|
||||||
RUN make veryclean
|
RUN make old-style-bootstrap-arch
|
||||||
|
RUN make winsdk-arch
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue