mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 18:59:29 +00:00
add packages
This commit is contained in:
parent
29f0ebaa0f
commit
8461de8fe8
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ MAINTAINER PlusMinus <piddlpiddl@gmail.com>
|
||||||
|
|
||||||
# Create directory, and start JD2 for the initial update and creation of config files.
|
# Create directory, and start JD2 for the initial update and creation of config files.
|
||||||
RUN \
|
RUN \
|
||||||
|
apk add --no-cache --quiet tini su-exec bash && \
|
||||||
mkdir -p /opt/JDownloader/ && \
|
mkdir -p /opt/JDownloader/ && \
|
||||||
wget -O /opt/JDownloader/JDownloader.jar --user-agent="https://hub.docker.com/r/plusminus/jdownloader2-headless/" --progress=bar:force http://installer.jdownloader.org/JDownloader.jar && \
|
wget -O /opt/JDownloader/JDownloader.jar --user-agent="https://hub.docker.com/r/plusminus/jdownloader2-headless/" --progress=bar:force 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue