'update files with ansible'

This commit is contained in:
git 2024-02-19 10:15:47 +00:00
parent 44dbe92cfe
commit 744c165222

View File

@ -7,8 +7,7 @@ LABEL maintainer="Jonathan Ervine docker@ervine.org"
ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US.UTF-8' \
TERM='xterm' \
VERSION='3' \
MONO_TLS_PROVIDER=legacy
VERSION='3'
RUN dnf update -y && \
dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
@ -29,4 +28,4 @@ EXPOSE 8989
USER sonarr
CMD [ "/usr/bin/mono", "--debug", "/Sonarr/Sonarr.exe", "--nobrowser", "--data=/config" ]
CMD [ "/Sonarr/Sonarr", "--nobrowser", "--data=/config" ]