switch to official mono repository

This commit is contained in:
sparklyballs
2017-04-13 22:46:12 +01:00
parent 86e0579f33
commit 189d3f3715
2 changed files with 6 additions and 1 deletions

View File

@@ -5,11 +5,15 @@ MAINTAINER sparklyballs
ARG DEBIAN_FRONTEND="noninteractive"
ENV XDG_CONFIG_HOME="/config/xdg"
# add sonarr repository
# add sonarr and mono repositories
RUN \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC && \
echo "deb http://apt.sonarr.tv/ master main" > \
/etc/apt/sources.list.d/sonarr.list && \
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 && \
# install packages
apt-get update && \

View File

@@ -71,6 +71,7 @@ Access the webui at `<your-ip>:8989`, for more information check out [Sonarr](ht
## Changelog
+ **13.04.17:** Switch to official mono repository.
+ **30.09.16:** Fix umask
+ **23.09.16:** Add cd to /opt fixes redirects with althub (issue #25)
, make XDG config environment variable