From 56faf42f867397a7e79c78749fd36304537c20c2 Mon Sep 17 00:00:00 2001 From: jonny Date: Mon, 11 Oct 2021 06:16:46 +0000 Subject: [PATCH] 'update files with ansible' --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2c8bb42..99b41e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,8 @@ LABEL maintainer="Jonathan Ervine docker@ervine.org" ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US.UTF-8' \ TERM='xterm' \ - VERSION='3' + VERSION='3' \ + MONO_TLS_PROVIDER=legacy RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \ apk -U update && \ @@ -29,4 +30,4 @@ EXPOSE 8989 USER sonarr -CMD [ "exec", "env", "MONO_TLS_PROVIDER=legacy", "/usr/bin/mono", "--debug", "/Sonarr/Sonarr.exe", "--nobrowser", "--data=/config" ] +CMD [ "/usr/bin/mono", "--debug", "/Sonarr/Sonarr.exe", "--nobrowser", "--data=/config" ]