Fix
This commit is contained in:
parent
24798cf0b1
commit
d9a5a65ce1
@ -3,7 +3,10 @@ FROM $BUILD_FROM
|
|||||||
|
|
||||||
ENV LANG C.UTF-8
|
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 apk add -U jq nut curl
|
||||||
|
|
||||||
RUN mkdir /var/run/nut
|
RUN mkdir /var/run/nut
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Network UPS Tools - netclient",
|
"name": "Network UPS Tools - netclient",
|
||||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||||
"version": "0.1.7",
|
"version": "0.1.8",
|
||||||
"slug": "upsmon",
|
"slug": "upsmon",
|
||||||
"description": "Connect to a remote NUT server",
|
"description": "Connect to a remote NUT server",
|
||||||
"startup": "before",
|
"startup": "before",
|
||||||
|
Loading…
Reference in New Issue
Block a user