Compare commits

...
2 Commits
30 ... 35
Author SHA1 Message Date
aptalcaandGitHub 5e56b09aaf Merge pull request #8 from linuxserver/mono_repo
switch to official mono repository
2017-04-13 18:44:47 -04:00
sparklyballs d547fa0451 switch to official mono repository 2017-04-13 23:32:28 +01:00
2 changed files with 6 additions and 0 deletions
+5
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 \
+1
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.