Added ffmpeg, added inf loop so jd2 can be updated from within the webapp, added beta 7zipbinding

This commit is contained in:
PlusMinus0 2018-08-30 16:15:33 +02:00
parent a6fff1c773
commit 5ea95e05b0
4 changed files with 11 additions and 3 deletions

View file

@ -6,10 +6,13 @@ MAINTAINER PlusMinus <piddlpiddl@gmail.com>
# Create directory, and start JD2 for the initial update and creation of config files.
RUN \
apk add --no-cache --quiet tini su-exec bash && \
mkdir -p /opt/JDownloader/ && \
mkdir -p /opt/JDownloader/libs && \
wget -O /opt/JDownloader/JDownloader.jar --user-agent="https://hub.docker.com/r/plusminus/jdownloader2-headless/" http://installer.jdownloader.org/JDownloader.jar && \
java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar
java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar && \
apk add --update ffmpeg
# Beta sevenzipbindings
COPY sevenzip* /opt/JDownloader/
COPY startJD2.sh /opt/JDownloader/
RUN chmod +x /opt/JDownloader/startJD2.sh