mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 18:59:29 +00:00
Initial commit of Dockerfile
This commit is contained in:
parent
496f113160
commit
f4fbe6e041
1 changed files with 11 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
FROM java:jre
|
||||||
|
|
||||||
|
MAINTAINER PlusMinus <piddlpiddl@gmail.com>
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
CMD java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar
|
||||||
Loading…
Add table
Add a link
Reference in a new issue