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:
commit
e947ad1662
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user