'update files with ansible'
This commit is contained in:
parent
116a29595a
commit
a31b4401ce
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user