added util-linux dependancy
This commit is contained in:
parent
014f9bfbae
commit
4f6b00981a
@ -10,7 +10,7 @@ COPY shutdown.sh /
|
||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
|
||||
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
|
||||
apk add -U jq nut curl && \
|
||||
apk add -U jq nut curl util-linux && \
|
||||
mkdir /var/run/nut && \
|
||||
chown root:nut /var/run/nut && \
|
||||
chmod 770 /var/run/nut && \
|
||||
|
Loading…
Reference in New Issue
Block a user