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