Ignore baselayout apk

This commit is contained in:
Jonathan Ervine 2020-07-27 22:36:40 +08:00
parent e0b1fad0f8
commit 21914fcabd

View File

@ -15,7 +15,7 @@ ENV LANG='en_US.UTF-8' \
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
apk update && \
apk -U upgrade && \
apk -U upgrade --ignore alpine-baselayout && \
apk -U add openjdk11-jre-headless unzip python3
RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v$VERSION/nzbhydra2-$VERSION-linux.zip -O nzbhydra.zip && \