-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Ensure curl is installed inside of source-based installations #1698
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
Conversation
|
Are you certain this is necessary? I have not run into this and have not heard of anyone having this issue either. |
|
@michaelshobbs I'm afraid it is. This is what I got when I tried to deploy to the VM: This can be easily reproduced by doing I agree with you.. it's strange that no one noticed this... maybe I am doing something silly. But the steps I gave you are the exact ones I used. |
|
This is on master? |
|
Yes, this happened while on the master branch.
|
|
I'm thinking your |
|
Oh crap. My bad. You are correct this is indeed a bug. I don't think this is the correct place to do this however. Perhaps here would make more sense: https://github.com/progrium/dokku/blob/master/Makefile#L80-L81 |
|
Not sure what changed to cause this though....maybe it was our move to bento? /cc @josegonzalez |
|
Except that #1665 didn't actually remove curl from this PR's vagrant setup; just the deb version. |
|
Also, the |
|
Oh nevermind about #1665 I see it now in the top-level Makefile line 102 was removed. That should be added back. |
|
@pmvieira let me know if you're cool updating this PR to revert that regression |
|
@michaelshobbs Sure, not a problem, will do and update the PR |
|
gracias! |
|
That's that line added back @michaelshobbs :) |
|
@pmvieira mind squashing? |
|
That's the opposite of squashing 😄 |
584f661 to
1eb1e1c
Compare
|
Sorry @michaelshobbs ... 😊 Should know better not to commit while sleepy |
|
No worries. Thanks for the PR. |
if the repo we are pushing has a CHECKS file...
the check will fail because curl is not installed.
Making sure that curl is indeed installed on the VM.