3.11.6 #1

Merged
jonny merged 49 commits from 3.11.6 into master 2020-07-20 13:17:56 +00:00
Showing only changes of commit 05a65170c6 - Show all commits

View File

@ -16,7 +16,7 @@ ENV LANG='en_US.UTF-8' \
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk update && \ apk update && \
apk -U upgrade && \ apk -U upgrade && \
apk -U add python apk -U add python python3
RUN echo $VERSION RUN echo $VERSION
RUN wget https://github.com/theotherp/nzbhydra2/archive/v$VERSION.tar.gz -O nzbhydra.tar.gz RUN wget https://github.com/theotherp/nzbhydra2/archive/v$VERSION.tar.gz -O nzbhydra.tar.gz