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

Commit b26ab68b 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

Change-Id: I45584dc394af3216b42e2a564c7ac62094699975
parents f84391e2 2eb96926
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 \