added missing dependency

This commit is contained in:
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