Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thecem authored Feb 4, 2023
1 parent 0c25c07 commit 5d60fdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ha-addon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,4 +30,4 @@ RUN chmod a+x /mqtt_discovery.sh
COPY run.sh /
RUN chmod a+x /run.sh

CMD ["/run.sh"]
CMD ["/run.sh"]

0 comments on commit 5d60fdf

Please sign in to comment.