From d9a5a65ce13b38ef3b8d56a237de0f4ed8ff8fea Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 6 Dec 2018 19:08:25 +0100 Subject: [PATCH] Fix --- upsmon/Dockerfile | 5 ++++- upsmon/config.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/upsmon/Dockerfile b/upsmon/Dockerfile index 686d9e5..718ad55 100644 --- a/upsmon/Dockerfile +++ b/upsmon/Dockerfile @@ -3,7 +3,10 @@ FROM $BUILD_FROM ENV LANG C.UTF-8 -COPY repositories /etc/apk +RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main +http://dl-cdn.alpinelinux.org/alpine/edge/community +http://dl-cdn.alpinelinux.org/alpine/edge/testing +" > /etc/apk/repositories RUN apk add -U jq nut curl RUN mkdir /var/run/nut diff --git a/upsmon/config.json b/upsmon/config.json index c40764b..8ed536b 100644 --- a/upsmon/config.json +++ b/upsmon/config.json @@ -1,7 +1,7 @@ { "name": "Network UPS Tools - netclient", "url": "https://git.asperti.com/paspo/hassio-addons", - "version": "0.1.7", + "version": "0.1.8", "slug": "upsmon", "description": "Connect to a remote NUT server", "startup": "before",