fix nzbget

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-05 12:39:28 -04:00
parent d3ac40b06f
commit 7a35c8fd39
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
git \
--repository https://dl-4.alpinelinux.org/alpine/edge/testing
ENV NZBGET_VERSION 21.0-r2220
ENV NZBGET_VERSION 20.0
RUN wget "https://github.com/nzbget/nzbget/releases/download/v${NZBGET_VERSION}/nzbget-${NZBGET_VERSION}-bin-linux.run" -O /tmp/nzbget.run \
&& bash /tmp/nzbget.run --destdir /opt/nzbget \
&& git clone --depth=1 "https://github.com/clinton-hall/nzbToMedia.git" /opt/nzbget/scripts/nzbToMedia \