stuff all the make commands in one layer
This commit is contained in:
parent
c256134378
commit
b81438d786
1 changed files with 1 additions and 7 deletions
|
|
@ -1,12 +1,6 @@
|
||||||
FROM fedora:36
|
FROM fedora:36
|
||||||
|
|
||||||
RUN dnf -y update && dnf -y install make wget git patch
|
RUN dnf -y update && dnf -y install make wget git patch
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
RUN git clone https://gitlab.com/librewolf-community/browser/windows.git
|
RUN git clone https://gitlab.com/librewolf-community/browser/windows.git
|
||||||
|
|
||||||
WORKDIR /windows/linux
|
WORKDIR /windows/linux
|
||||||
RUN make setup-fedora
|
RUN make setup-fedora && make fetch && make bootstrap && make veryclean
|
||||||
RUN make fetch
|
|
||||||
RUN make bootstrap
|
|
||||||
RUN make veryclean
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue