From 956a584055f41a2e27883b1a32b39ef81a9f1c53 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 31 Oct 2020 22:47:50 +0100 Subject: [PATCH] update dockerfile (not tested) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 842c902..5562736 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt update && \ rm -rf /var/lib/apt/lists/* && \ cd /opt && \ rm -rf /usr/src/dmr_utils3 && \ - git clone https://github.com/n0mjs710/hblink3 + git clone https://github.com/hacknix/hblink3 ENV AAA BBBB RUN cd /opt/hblink3/ && \ sed -i s/.*python.*//g requirements.txt && \