docker-jdownloader2 icon indicating copy to clipboard operation
docker-jdownloader2 copied to clipboard

firefox47 jdownloader needs 48

Open Draic opened this issue 6 years ago • 1 comments

The firefox version in the docker is 47, but the jdownloader captcha plugin requires minimum of version 48 to work

Draic avatar Aug 22 '18 14:08 Draic

You can update it with SSH:

docker exec JDownloader2 apt-get -y update and docker exec JDownloader2 apt-get install -y firefox

This will install the newest firefox. But if you should recreate the container, you have to do it again.

@aptalca I really hope you can update this container in someway, its still the best and fastest out there but some updates like this would help :-)

Loader23 avatar Sep 15 '18 06:09 Loader23