switch to official mono repository
This commit is contained in:
@@ -5,11 +5,15 @@ MAINTAINER sparklyballs
|
|||||||
ARG DEBIAN_FRONTEND="noninteractive"
|
ARG DEBIAN_FRONTEND="noninteractive"
|
||||||
ENV XDG_CONFIG_HOME="/config/xdg"
|
ENV XDG_CONFIG_HOME="/config/xdg"
|
||||||
|
|
||||||
# add sonarr repository
|
# add sonarr and mono repositories
|
||||||
RUN \
|
RUN \
|
||||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC && \
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC && \
|
||||||
echo "deb http://apt.sonarr.tv/ master main" > \
|
echo "deb http://apt.sonarr.tv/ master main" > \
|
||||||
/etc/apt/sources.list.d/sonarr.list && \
|
/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
|
# install packages
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|||||||
@@ -71,6 +71,7 @@ Access the webui at `<your-ip>:8989`, for more information check out [Sonarr](ht
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
+ **13.04.17:** Switch to official mono repository.
|
||||||
+ **30.09.16:** Fix umask
|
+ **30.09.16:** Fix umask
|
||||||
+ **23.09.16:** Add cd to /opt fixes redirects with althub (issue #25)
|
+ **23.09.16:** Add cd to /opt fixes redirects with althub (issue #25)
|
||||||
, make XDG config environment variable
|
, make XDG config environment variable
|
||||||
|
|||||||
Reference in New Issue
Block a user