Ignore baselayout apk
This commit is contained in:
parent
e0b1fad0f8
commit
21914fcabd
@ -15,7 +15,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 --ignore alpine-baselayout && \
|
||||||
apk -U add openjdk11-jre-headless unzip python3
|
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 && \
|
RUN wget https://github.com/theotherp/nzbhydra2/releases/download/v$VERSION/nzbhydra2-$VERSION-linux.zip -O nzbhydra.zip && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user