From f3ac658aa01a287b3c26ca797c761ccb7decbe97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=20Gl=C3=A4=C3=9F-St=C3=B6cker?= Date: Thu, 2 Sep 2021 10:05:55 +0200 Subject: [PATCH] change the maintainer var and the wget user agent to reflect the changes --- alpine.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine.Dockerfile b/alpine.Dockerfile index ab6735a..b776b7a 100644 --- a/alpine.Dockerfile +++ b/alpine.Dockerfile @@ -1,12 +1,12 @@ FROM alpine:3.13 -MAINTAINER PlusMinus +MAINTAINER Micha Gläß-Stöcker # Create directory, and start JD2 for the initial update and creation of config files. RUN apk update && apk upgrade && \ apk add --no-cache --quiet openjdk8-jre tini su-exec shadow ffmpeg jq && \ mkdir -p /opt/JDownloader/libs && \ - wget -O /opt/JDownloader/JDownloader.jar --user-agent="https://hub.docker.com/r/plusminus/jdownloader2-headless/" http://installer.jdownloader.org/JDownloader.jar && \ + wget -O /opt/JDownloader/JDownloader.jar --user-agent="https://hub.docker.com/r/egon0/jdownloader2-headless/" http://installer.jdownloader.org/JDownloader.jar && \ java -Djava.awt.headless=true -jar /opt/JDownloader/JDownloader.jar # Beta sevenzipbindings and entrypoint