modified: Dockerfile

Fixed unzip to nzbhydra directory
This commit is contained in:
Jonny Ervine 2020-02-19 09:20:53 +00:00
parent d086e9e0fc
commit 5f4b29b338

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