3.11.6 #1

Merged
jonny merged 49 commits from 3.11.6 into master 2020-07-20 13:17:56 +00:00
Showing only changes of commit 5f4b29b338 - Show all commits

View File

@ -22,7 +22,7 @@ RUN echo $VERSION
RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v$VERSION/nzbhydra2-$VERSION-linux.zip -O nzbhydra.zip
RUN mkdir /nzbhydra
RUN cd /nzbhydra
RUN unzip nzbhydra.zip
RUN unzip ..//nzbhydra.zip
RUN chmod 755 nzbhydra2
RUN rm -rf /nzbhydra.zip
RUN rm -rf /tmp/src