mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user