mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix nzbget
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
d3ac40b06f
commit
7a35c8fd39
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user