the same error with ubuntu22 as with fedora36
This commit is contained in:
parent
b81438d786
commit
93ce41979c
1 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
|||
FROM fedora:36
|
||||
RUN dnf -y update && dnf -y install make wget git patch
|
||||
FROM ubuntu:jammy
|
||||
#FROM fedora:36
|
||||
RUN apt-get -y update && apt-get -y upgrade && apt-get -y install make wget git patch
|
||||
#RUN dnf -y update && dnf -y install make wget git patch
|
||||
WORKDIR /
|
||||
RUN git clone https://gitlab.com/librewolf-community/browser/windows.git
|
||||
WORKDIR /windows/linux
|
||||
RUN make setup-fedora && make fetch && make bootstrap && make veryclean
|
||||
RUN make setup-debian && make fetch && make bootstrap && make veryclean
|
||||
#RUN make setup-fedora && make fetch && make bootstrap && make veryclean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue