updated owntracks recorder to 0.8.4
This commit is contained in:
parent
a709355b12
commit
9d1de9c4f1
@ -6,11 +6,11 @@ ENV LANG C.UTF-8
|
||||
RUN apk add --no-cache \
|
||||
abuild linux-headers musl-dev mosquitto-dev \
|
||||
lmdb-dev curl-dev libconfig-dev gcc make libsodium-dev && \
|
||||
wget -q https://github.com/owntracks/recorder/archive/0.7.9.tar.gz -O - | tar xvzC /tmp
|
||||
wget -q https://github.com/owntracks/recorder/archive/0.8.4.tar.gz -O - | tar xvzC /tmp
|
||||
|
||||
COPY config.mk /tmp/recorder-0.7.9/
|
||||
COPY config.mk /tmp/recorder-0.8.4/
|
||||
|
||||
RUN cd /tmp/recorder-0.7.9/ && \
|
||||
RUN cd /tmp/recorder-0.8.4/ && \
|
||||
make
|
||||
|
||||
|
||||
@ -25,9 +25,9 @@ RUN apk -U --no-cache upgrade && \
|
||||
|
||||
EXPOSE 8083
|
||||
|
||||
COPY --from=builder /tmp/recorder-0.7.9/ocat /usr/sbin/
|
||||
COPY --from=builder /tmp/recorder-0.7.9/ot-recorder /usr/sbin/
|
||||
COPY --from=builder /tmp/recorder-0.7.9/docroot /var/spool/owntracks/recorder/htdocs
|
||||
COPY --from=builder /tmp/recorder-0.8.4/ocat /usr/sbin/
|
||||
COPY --from=builder /tmp/recorder-0.8.4/ot-recorder /usr/sbin/
|
||||
COPY --from=builder /tmp/recorder-0.8.4/docroot /var/spool/owntracks/recorder/htdocs
|
||||
COPY run.sh /
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "Owntracks Recorder",
|
||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||
"version": "0.1.3",
|
||||
"version": "0.2.0",
|
||||
"slug": "ot-recorder",
|
||||
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
|
||||
"startup": "before",
|
||||
|
Loading…
Reference in New Issue
Block a user