docker: update sha256sum for repo version 1.25

Change-Id: Iaec4b2429c61aa2d804e56a88cf66ae543a29805
gugelfrei-debug
Pavel Salomatov 5 years ago
parent 20f6491dc6
commit 4a7f6daa85

@ -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 \

Loading…
Cancel
Save