Fixing Java?

This commit is contained in:
Jonathan Ervine 2020-07-28 00:14:42 +08:00
parent d3542c37bb
commit a120cf7dea

View File

@ -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 -y && \
apt install unzip git python3 openjdk-11-jre-headless 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 && \