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 fc5d467324 - Show all commits

View File

@ -21,7 +21,7 @@ RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositorie
RUN wget https://github.com/theotherp/nzbhydra2/archive/$VERSION.tar.gz -O nzbhydra.tar.gz && \
tar zxvf nzbhydra.tar.gz && \
mv nzbhydra-$VERSION nzbhydra && \
mv nzbhydra2-$VERSION nzbhydra && \
rm -rf nzbhydra.tar.gz && \
apk del make gcc g++ && \
rm -rf /tmp/src && \