From 091f8bd7d1028f00092aa1881c649ef3165c7528 Mon Sep 17 00:00:00 2001 From: Daniele Marra <39775345+iu7igu@users.noreply.github.com> Date: Fri, 18 Sep 2020 21:05:42 +0200 Subject: [PATCH] update repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 842c902..a58dcf8 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/iu7igu/hblink3-aprs ENV AAA BBBB RUN cd /opt/hblink3/ && \ sed -i s/.*python.*//g requirements.txt && \