Skip to content
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

Open
arcreigh opened this issue Nov 3, 2023 · 3 comments
Open

Curl missing from docker image #850

arcreigh opened this issue Nov 3, 2023 · 3 comments

Comments

@arcreigh
Copy link

arcreigh commented Nov 3, 2023

Looks like curl is missing from the latest image, I use it for rdio-scanner uploads can we get this re-implemented?

@Dewey3
Copy link

Dewey3 commented Nov 4, 2023

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 make file log is attached and the curl warnings start at 91%.

TrunkRecorderInstallationWarnings.txt

@taclane
Copy link
Contributor

taclane commented Nov 4, 2023

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 make file log is attached and the curl warnings start at 91%.

TrunkRecorderInstallationWarnings.txt

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.

Looks like curl is missing from the latest image, I use it for rdio-scanner uploads can we get this re-implemented?

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.

@0lav
Copy link
Sponsor

0lav commented Nov 26, 2023

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 make file log is attached and the curl warnings start at 91%.
TrunkRecorderInstallationWarnings.txt

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.

Looks like curl is missing from the latest image, I use it for rdio-scanner uploads can we get this re-implemented?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants