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

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

Browser: Install latest python and git

parent 7f9253c6
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -3,11 +3,17 @@ FROM ubuntu:20.04
ENV CHROMIUM_DIR "/srv/chromium"
ENV CHROMIUM_VER "129.0.6668.71"

RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive \
    apt-get install -y software-properties-common && \
    add-apt-repository ppa:deadsnakes/ppa && \
    add-apt-repository ppa:git-core/ppa

RUN dpkg --add-architecture i386

RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive \
    apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils ccache jq python3 \
    apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils ccache jq python3.10 \
    python-is-python3 sed tzdata build-essential lib32gcc-9-dev g++-multilib dos2unix wiggle git curl

RUN mkdir ${CHROMIUM_DIR}