From d547fa0451f7a5ae53479066a5a74355c89a7643 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 13 Apr 2017 23:32:28 +0100 Subject: [PATCH] switch to official mono repository --- Dockerfile | 5 +++++ README.md | 1 + 2 files changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index fb34ddc..67b9799 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,11 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA # install packages RUN \ + apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 \ + --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && \ + echo "deb http://download.mono-project.com/repo/debian wheezy main" \ + | tee /etc/apt/sources.list.d/mono-xamarin.list && \ + apt-get update && \ apt-get install -y \ libcurl3 \ diff --git a/README.md b/README.md index c057363..f18cabf 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,5 @@ Access the webui at `:7878`, for more information check out [Radarr][ap ## Versions ++ **13.04.17:** Switch to official mono repository. + **10.01.17:** Initial Release.