Merge "Remove security vulnerability" am: 5f35ae5858

Original change: https://android-review.googlesource.com/c/platform/development/+/1783572

Change-Id: I574dbc272e9af002f408dfc70a9ca31ef21a9911
This commit is contained in:
Scott Lobdell
2021-08-09 20:52:20 +00:00
committed by Automerger Merge Worker

View File

@@ -4,7 +4,6 @@ RUN apk --no-cache add \
curl \ curl \
git \ git \
build-base \ build-base \
&& curl https://raw.githubusercontent.com/golang/dep/5bdae264c61be23446d622ea84a1c97b895f78cc/install.sh | sh \
&& curl https://storage.googleapis.com/git-repo-downloads/repo > /bin/repo \ && curl https://storage.googleapis.com/git-repo-downloads/repo > /bin/repo \
&& chmod a+x /bin/repo \ && chmod a+x /bin/repo \
&& cd /go/src/repodiff \ && cd /go/src/repodiff \