Switch to JDK 10

This commit is contained in:
Jonathan Ervine 2020-07-28 09:12:59 +08:00
parent 21914fcabd
commit 38524f543b

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 && \
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 && \