diff --git a/Dockerfile b/Dockerfile index 79e4904..e295e92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie apk -U upgrade --ignore alpine-baselayout && \ apk -U add unzip python3 -RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v5.1.0/nzbhydra2-5.1.0-linux.zip -O hydra.zip && \ +RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v5.1.0/nzbhydra2-5.1.0-amd64-linux.zip -O hydra.zip && \ mkdir /nzbhydra && \ unzip /hydra.zip -d /nzbhydra && \ chmod 755 /nzbhydra/nzbhydra2 && \