diff --git a/Dockerfile b/Dockerfile index a1df435..fd300cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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