'update files with ansible'

This commit is contained in:
git 2023-10-16 13:03:21 +00:00
parent 11bd1b9f1b
commit c84527a1f6

View File

@ -15,7 +15,7 @@ RUN dnf update -y && \
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 && \
update-ca-trust && \ update-ca-trust && \
dnf clean all && 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 && \ 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 && \