-
Notifications
You must be signed in to change notification settings - Fork 318
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
Fix missing build dependency (bc) in Dockerfile #4583
Conversation
The build was canceled due to missing bc. This commit adds the bc package to the build environment.
Still have the bc command loss problem. |
This is interesting, as it worked flawless for me. I will, of course, have a look! Thank you for testing! |
Unfortunately, I cannot reproduce that. I am running from a fresh environment and Docker Build with the script |
I just realized: The action calles |
It works fine on Ubuntu runner and I don't understand why the command is lost in a docker environment, even if I reinstall it. I'm already planning to submit a version that removes the bc command. |
@MackBambu In this case, does it make sense to put further work into this PR? |
no need |
1 similar comment
no need |
The build was canceled due to missing bc. This PR adds the
bc
package to the build environment.The build is successful when
bc
is available.