Fixing Java?
This commit is contained in:
parent
a120cf7dea
commit
dd58ed1246
@ -14,7 +14,7 @@ ENV LANG='en_US.UTF-8' \
|
|||||||
# Install updates
|
# Install updates
|
||||||
|
|
||||||
RUN apt update && apt upgrade -y && \
|
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 && \
|
wget https://github.com/theotherp/nzbhydra2/releases/download/v$VERSION/nzbhydra2-$VERSION-linux.zip -O nzbhydra.zip && \
|
||||||
mkdir /nzbhydra && \
|
mkdir /nzbhydra && \
|
||||||
unzip /nzbhydra.zip -d /nzbhydra && \
|
unzip /nzbhydra.zip -d /nzbhydra && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user