'update files with ansible'

This commit is contained in:
jonny 2023-01-25 13:12:29 +00:00
parent 116a29595a
commit a31b4401ce

View File

@ -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 && \