'update files with ansible'

This commit is contained in:
jonny 2021-06-27 12:45:24 +00:00
parent 82b398345d
commit bef5977a6d

View File

@ -18,6 +18,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
rm -rf /var/cache/apk/*
RUN curl -sLo sonarr.zip https://services.sonarr.tv/v1/download/main/latest?version=3&os=linux && \
sleep 30 && \
unzip sonarr.zip && \
rm -rf sonarr.zip && \
addgroup -g 1027 sonarr && \