From 8461de8fe8c68bdc03803dfa817b68168952a74d Mon Sep 17 00:00:00 2001 From: Simon Baier Date: Wed, 27 Jun 2018 22:39:09 +0200 Subject: [PATCH] add packages --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e0d922d..af69325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ MAINTAINER PlusMinus # Create directory, and start JD2 for the initial update and creation of config files. RUN \ + apk add --no-cache --quiet tini su-exec bash && \ 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