mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 17:09:30 +00:00
Comments
This commit is contained in:
parent
22e18dbf50
commit
d8a4bf8401
1 changed files with 3 additions and 0 deletions
|
|
@ -3,9 +3,12 @@ FROM java:jre
|
|||
MAINTAINER PlusMinus <piddlpiddl@gmail.com>
|
||||
|
||||
|
||||
# Create directory, downloader JD" and start JD2 for the initial update and creation of config files.
|
||||
RUN \
|
||||
mkdir /opt/JDownloader/ && \
|
||||
wget -O /opt/JDownloader/JDownloader.jar --progress=bar:force http://installer.jdownloader.org/JDownloader.jar && \
|
||||
java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar
|
||||
|
||||
|
||||
# Run this when the container is started
|
||||
CMD java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue