-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
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
Curl missing from docker image #850
Comments
I don't know if it's related, but if it helps whoever ultimately looks at this, I got a ton of curl depreciated warnings when doing a non-Docker build today. The |
That's unrelated to the docker issue. The curl libraries got an update a little while back, and is recommending that the plugins switch over to some new functions because the methods currently used will stop working someday. It'll get fixed eventually, but the huge wall of compile warnings can be ignored for now.
I can't speak for what's up with curl, but is using the rdio-scanner plugin an option? As long as you don't have any sort of complicated upload logic, and are using rdio-scanner 6.0 or greater, it seems to be the preferred method over upload scripts. |
I just open the docker console and do apt-get update then apt-get install curl to fix. |
Looks like curl is missing from the latest image, I use it for rdio-scanner uploads can we get this re-implemented?
The text was updated successfully, but these errors were encountered: