'update files with ansible'

This commit is contained in:
git 2023-10-16 13:01:23 +00:00
parent 589e369c17
commit 11bd1b9f1b

View File

@ -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 https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
dnf install -y epel-release epel-next-release && \ dnf install -y epel-release epel-next-release && \
dnf install -y libmediainfo ca-certificates mono-core zip curl libgdiplus --allowerasing && \ dnf install -y libmediainfo ca-certificates mono-core zip curl libgdiplus --allowerasing && \
cert-sync /etc/ssl/certs/ca-certificates.crt && \ update-ca-trust && \
dnf clean all && \ dnf clean all &&
rm -rf /tmp/src && \
rm -rf /var/cache/apk/*
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 && \ 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 && \ sleep 30 && \