From bef5977a6db7239856a24fc0fc6dda66fbeca835 Mon Sep 17 00:00:00 2001 From: jonny Date: Sun, 27 Jun 2021 12:45:24 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f2f2875..a580115 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \