stuff all the make commands in one layer

This commit is contained in:
Bert van der Weerd 2022-09-25 22:59:30 +02:00
parent c256134378
commit b81438d786
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

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