-
Notifications
You must be signed in to change notification settings - Fork 19
error while loading shared libraries: libgcc_s.so.1 #7
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
Comments
This is expected behavior, you'll need to pass in appropriate flags to On Tue, Nov 3, 2015 at 11:21 PM, surdus [email protected] wrote:
|
Thanks for reply. |
The general answer I'd give is: when doing something non-standard, you should modify the haskell-scratch image. My goal with this image is to make it as minimalistic as possible as an example of what can be done. Many people will require tweaks to the image to get real-world projects to run with it. But if we made all of those tweaks in this base image, it would no longer be a "scratch" image. |
Scope of project clarified in 032e00b. |
When I try to run compiled executable in docker container I receive such error:
I use stack as build system. For test created empty stack project using command
stack new test
My image configuration in stack.yaml:
The text was updated successfully, but these errors were encountered: