fixed repositories for building
This commit is contained in:
parent
5bf0f837fc
commit
f515a9ecf9
@ -3,8 +3,8 @@ FROM $BUILD_FROM
|
|||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
RUN apk add --no-cache jq
|
COPY repositories /etc/apk
|
||||||
RUN apk add nut --update-cache --repository http://nl.alpinelinux.org/alpine/edge/testing/
|
RUN apk add -U jq nut
|
||||||
|
|
||||||
RUN mkdir /var/run/nut
|
RUN mkdir /var/run/nut
|
||||||
RUN chown root:nut /var/run/nut
|
RUN chown root:nut /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.4",
|
"version": "0.1.5",
|
||||||
"slug": "upsmon",
|
"slug": "upsmon",
|
||||||
"description": "Connect to a remote NUT server",
|
"description": "Connect to a remote NUT server",
|
||||||
"startup": "before",
|
"startup": "before",
|
||||||
|
3
upsmon/repositories
Normal file
3
upsmon/repositories
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
http://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||||
|
http://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||||
|
http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
Loading…
Reference in New Issue
Block a user