This commit is contained in:
Paolo Asperti 2018-12-06 19:08:25 +01:00
parent 24798cf0b1
commit d9a5a65ce1
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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",