'update files with ansible'
This commit is contained in:
parent
82b398345d
commit
bef5977a6d
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user