added missing dependency

This commit is contained in:
Paolo Asperti 2018-11-22 13:16:11 +01:00
parent e99275024f
commit 24798cf0b1
2 changed files with 3 additions and 2 deletions

View File

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

View File

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