Merge pull request #8 from linuxserver/mono_repo

switch to official mono repository
This commit is contained in:
aptalca
2017-04-13 18:44:47 -04:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -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 \

View File

@@ -81,4 +81,5 @@ Access the webui at `<your-ip>:7878`, for more information check out [Radarr][ap
## Versions
+ **13.04.17:** Switch to official mono repository.
+ **10.01.17:** Initial Release.