fix
This commit is contained in:
@@ -3,10 +3,9 @@ FROM $BUILD_FROM
|
|||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main
|
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositories
|
||||||
http://dl-cdn.alpinelinux.org/alpine/edge/community
|
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
|
||||||
http://dl-cdn.alpinelinux.org/alpine/edge/testing
|
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
|
||||||
" > /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
|
||||||
|
|||||||
Reference in New Issue
Block a user