We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The firefox version in the docker is 47, but the jdownloader captcha plugin requires minimum of version 48 to work
The text was updated successfully, but these errors were encountered:
You can update it with SSH:
docker exec JDownloader2 apt-get -y update and docker exec JDownloader2 apt-get install -y firefox
docker exec JDownloader2 apt-get -y update
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 :-)
Sorry, something went wrong.
No branches or pull requests
The firefox version in the docker is 47, but the jdownloader captcha plugin requires minimum of version 48 to work
The text was updated successfully, but these errors were encountered: