Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ade7e449 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Use chromium version from browser repo

parent 6ca5d9f4
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -14,7 +14,10 @@ RUN apt-get update && \

RUN mkdir ${CHROMIUM_DIR}

RUN curl -s https://raw.githubusercontent.com/chromium/chromium/138.0.7204.97/build/install-build-deps.py \
RUN curl -fsSL https://gitlab.e.foundation/e/os/browser/-/raw/master/versions.txt \
    | awk -F'"' '/^chromium_version/ {print $2}' \
    | xargs -I{} curl -fsSL \
        "https://raw.githubusercontent.com/chromium/chromium/{}/build/install-build-deps.py" \
    | python - --android --lib32 --no-chromeos-fonts --no-prompt

RUN git config --global user.name "John Doe"