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

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

upgrade git for depot_tools

parent fb39784d
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -10,9 +10,13 @@ RUN dpkg --add-architecture i386

RUN apt-get update && apt-get -f -y install \
    apt-utils bash build-essential cl-base64 cmake curl dos2unix \
    file g++-multilib git jq lib32gcc-9-dev libzstd-dev lsb-release \
    file g++-multilib jq lib32gcc-9-dev libzstd-dev lsb-release \
    pkg-config python-is-python3 sed sudo tzdata wget wiggle

RUN add-apt-repository -y ppa:git-core/ppa && \
    apt-get update && \
    apt-get install -y git

COPY install-latest-ccache.sh /usr/local/bin/install-latest-ccache.sh
RUN chmod +x /usr/local/bin/install-latest-ccache.sh && \
    /usr/local/bin/install-latest-ccache.sh