added missing dependency
This commit is contained in:
parent
e99275024f
commit
24798cf0b1
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user