fix urls for Docker

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2020-11-19 19:14:20 +01:00
parent 500c9ded7f
commit 0e2924cdcc
2 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ RUN \
#
# Clone the FunKey-OS repository
git config --global url."https://91133a45ba476b7fc73c7b190dc597fa8f9c909d:@github.com/".insteadOf "https://github.com/" && \
git clone https://github.com/Michel-FK/FunKey-OS.git /home/funkey/FunKey-OS && \
git clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \
#
# Set file ownership
chown -R funkey:funkey /home/funkey