Switch to new sickrage repo

This commit is contained in:
Kelvin Chen 2016-01-26 17:41:28 -05:00
parent 2a41ff1cb5
commit 80f6858e87
1 changed files with 1 additions and 1 deletions

View File

@ -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/*