From 11bd1b9f1b0907d0041d2a3e69294e107f5f75b9 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 16 Oct 2023 13:01:23 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c62736d..30a29a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,8 @@ RUN dnf update -y && \ dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \ dnf install -y epel-release epel-next-release && \ dnf install -y libmediainfo ca-certificates mono-core zip curl libgdiplus --allowerasing && \ - cert-sync /etc/ssl/certs/ca-certificates.crt && \ - dnf clean all && \ - rm -rf /tmp/src && \ - rm -rf /var/cache/apk/* + update-ca-trust && \ + dnf clean all && RUN curl -sLo sonarr.tar.gz https://download.sonarr.tv/v3/main/3.0.9.1549/Sonarr.main.3.0.9.1549.linux.tar.gz && \ sleep 30 && \