Fixing Java?
This commit is contained in:
parent
d3542c37bb
commit
a120cf7dea
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user