mirror of
https://github.com/linuxserver/docker-sonarr.git
synced 2026-02-19 22:09:04 +08:00
Merge pull request #5 from mattsch/update_and_fix_apt
Use apt repo from Sonarr docs
This commit is contained in:
commit
452265248d
@ -6,7 +6,7 @@ CMD ["/sbin/my_init"]
|
||||
|
||||
# Configure nzbdrone's apt repository
|
||||
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC && \
|
||||
echo "deb http://update.nzbdrone.com/repos/apt/debian master main" >> /etc/apt/sources.list && \
|
||||
echo "deb http://apt.sonarr.tv/ master main" > /etc/apt/sources.list.d/sonarr.list && \
|
||||
apt-get update -q && \
|
||||
apt-get install -qy libmono-cil-dev python nzbdrone && \
|
||||
apt-get clean && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user