docker-jdownloader2
docker-jdownloader2 copied to clipboard
firefox47 jdownloader needs 48
The firefox version in the docker is 47, but the jdownloader captcha plugin requires minimum of version 48 to work
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 :-)