Loading Dockerfile.chromium +5 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
Dockerfile.chromium +5 −2 Original line number Diff line number Diff line Loading @@ -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" Loading