From 38f300eb72487448ffc03f75b72040439755cf1c Mon Sep 17 00:00:00 2001 From: DrUm78 Date: Tue, 23 May 2023 17:54:17 +0200 Subject: [PATCH] Updated the repo url in the Docker file --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 59773f8..c87d4df 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -92,7 +92,7 @@ RUN \ echo "funkey:funkey" | chpasswd && \ # # Clone the FunKey-OS repository - git clone https://github.com/FunKey-Project/FunKey-OS.git /home/funkey/FunKey-OS && \ + git clone https://github.com/DrUm78/FunKey-OS.git /home/funkey/FunKey-OS && \ # # Set file ownership chown -R funkey:funkey /home/funkey