Switch to new sickrage repo
This commit is contained in:
parent
2a41ff1cb5
commit
80f6858e87
|
@ -4,7 +4,7 @@ MAINTAINER Kelvin Chen <kelvin@kelvinchen.org>
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install --no-install-recommends -y python-cheetah \
|
&& apt-get install --no-install-recommends -y python-cheetah \
|
||||||
&& git clone --depth=1 \
|
&& git clone --depth=1 \
|
||||||
https://github.com/SiCKRAGETV/SickRage.git \
|
https://github.com/SickRage/SickRage.git \
|
||||||
/opt/sickrage \
|
/opt/sickrage \
|
||||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue