From 5d60fdf062b608ea16d357066e91639c835e3ab5 Mon Sep 17 00:00:00 2001 From: thecem <46648579+thecem@users.noreply.github.com> Date: Sat, 4 Feb 2023 20:38:17 +0100 Subject: [PATCH] Update Dockerfile --- ha-addon/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ha-addon/Dockerfile b/ha-addon/Dockerfile index 4d1e66f3..68d5e825 100755 --- a/ha-addon/Dockerfile +++ b/ha-addon/Dockerfile @@ -5,9 +5,9 @@ ENV LANG C.UTF-8 RUN apk add --no-cache alpine-sdk gcc linux-headers ncurses-dev librtlsdr-dev cmake libusb-dev -ADD https://api.github.com/repos/weetmuts/wmbusmeters/git/refs/heads/master version.json -RUN git clone https://github.com/weetmuts/wmbusmeters.git && \ - git clone https://github.com/weetmuts/rtl-wmbus.git && \ +ADD https://api.github.com/repos/thecem/wmbusmeters/git/refs/heads/master version.json +RUN git clone https://github.com/thecem/wmbusmeters.git && \ + git clone https://github.com/thecem/rtl-wmbus.git && \ git clone https://github.com/merbanan/rtl_433.git WORKDIR /wmbusmeters RUN make @@ -30,4 +30,4 @@ RUN chmod a+x /mqtt_discovery.sh COPY run.sh / RUN chmod a+x /run.sh -CMD ["/run.sh"] \ No newline at end of file +CMD ["/run.sh"]