mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 17:19:32 +00:00
auto create myjdownloader config
This commit is contained in:
parent
27789b10a7
commit
177c0955be
3 changed files with 13 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ MAINTAINER PlusMinus <piddlpiddl@gmail.com>
|
|||
|
||||
# Create directory, and start JD2 for the initial update and creation of config files.
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache --quiet tini su-exec shadow ffmpeg && \
|
||||
apk add --no-cache --quiet tini su-exec shadow ffmpeg jq && \
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue