From 4c97d7ee8dfb1c8de0c6f6567ec3c5c220768939 Mon Sep 17 00:00:00 2001 From: Joey Hewitt Date: Fri, 4 Aug 2017 23:42:42 -0600 Subject: [PATCH] Use HTTPS for downloading Repo URL from https://source.android.com/source/downloading --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7575032..308bb6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ RUN \ rsync -a /etc/skel/ /home/build/ RUN mkdir /home/build/bin -RUN curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > /home/build/bin/repo +RUN curl https://storage.googleapis.com/git-repo-downloads/repo > /home/build/bin/repo RUN chmod a+x /home/build/bin/repo # Add sudo permission