1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

Merge pull request #44 from scintill/patch-1

Use HTTPS for downloading Repo
This commit is contained in:
Michael Stucki 2017-08-05 22:34:02 +02:00 committed by GitHub
commit e947ad1662

View File

@ -64,7 +64,7 @@ RUN \
rsync -a /etc/skel/ /home/build/ rsync -a /etc/skel/ /home/build/
RUN mkdir /home/build/bin 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 RUN chmod a+x /home/build/bin/repo
# Add sudo permission # Add sudo permission