From 24798cf0b12ec5d086165fbd28cb9bf999c8fd41 Mon Sep 17 00:00:00 2001 From: paspo Date: Thu, 22 Nov 2018 13:16:11 +0100 Subject: [PATCH] added missing dependency --- upsmon/Dockerfile | 2 +- upsmon/config.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/upsmon/Dockerfile b/upsmon/Dockerfile index 621082e..686d9e5 100644 --- a/upsmon/Dockerfile +++ b/upsmon/Dockerfile @@ -4,7 +4,7 @@ FROM $BUILD_FROM ENV LANG C.UTF-8 COPY repositories /etc/apk -RUN apk add -U jq nut +RUN apk add -U jq nut curl RUN mkdir /var/run/nut RUN chown root:nut /var/run/nut diff --git a/upsmon/config.json b/upsmon/config.json index cbc4475..c40764b 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.6", + "version": "0.1.7", "slug": "upsmon", "description": "Connect to a remote NUT server", "startup": "before", @@ -13,6 +13,7 @@ "i386" ], "hassio_api": true, + "hassio_role": "admin", "options": { "credentials": { "user": "monuser",