mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 20:39:31 +00:00
Fix mkdir
This commit is contained in:
parent
b4a5bb3ddf
commit
cb23e460a4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ 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/ && \
|
||||
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 && \
|
||||
java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue