diff --git a/Dockerfile b/Dockerfile index 9fd727c..dbe88bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \ # Install updates RUN apt update && apt upgrade -y && \ - apt install unzip git python3 openjdk-11-jre-headless default-jre-headless -y && \ + apt install unzip git python3 default-jre-headless -y && \ wget https://github.com/theotherp/nzbhydra2/releases/download/v$VERSION/nzbhydra2-$VERSION-linux.zip -O nzbhydra.zip && \ mkdir /nzbhydra && \ unzip /nzbhydra.zip -d /nzbhydra && \