Switched to liberica openjdk image
This commit is contained in:
parent
38524f543b
commit
96f2c7d3eb
@ -1,5 +1,5 @@
|
||||
# Base on latest (edge) alpine image
|
||||
FROM harbor.ervine.dev/public/x86_64/alpine:v3.12
|
||||
FROM harbor.ervine.dev/public/x86_64/alpine/liberica-openjdk-alpine-musl
|
||||
|
||||
MAINTAINER “Jonathan Ervine” <docker@ervine.org>
|
||||
|
||||
@ -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 openjdk10-jre-headless unzip python3
|
||||
apk -U add 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