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

Commit 744292b4 authored by Pavel Salomatov's avatar Pavel Salomatov Committed by android-build-merger
Browse files

Merge "docker: update sha256sum for repo version 1.25" am: 2eb96926 am: b26ab68b

am: 72d32944

Change-Id: Ic47ffff17038d8ebffd97333a97ba4625e613298
parents 6ea1c9fd 72d32944
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ RUN curl -o jdk8.tgz https://android.googlesource.com/platform/prebuilts/jdk/jdk
 && rm -rf jdk8.tgz

RUN curl -o /usr/local/bin/repo https://storage.googleapis.com/git-repo-downloads/repo \
 && echo "e147f0392686c40cfd7d5e6f332c6ee74c4eab4d24e2694b3b0a0c037bf51dc5  /usr/local/bin/repo" | sha256sum --strict -c - \
 && echo "d06f33115aea44e583c8669375b35aad397176a411de3461897444d247b6c220  /usr/local/bin/repo" | sha256sum --strict -c - \
 && chmod a+x /usr/local/bin/repo

RUN groupadd -g $groupid $username \