the same error with ubuntu22 as with fedora36

This commit is contained in:
Bert van der Weerd 2022-09-27 11:02:36 +02:00
parent b81438d786
commit 93ce41979c
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -1,6 +1,9 @@
FROM fedora:36 FROM ubuntu:jammy
RUN dnf -y update && dnf -y install make wget git patch #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 / 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 && 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