autorest
autorest copied to clipboard
libunwind.so.8 missing in docker image
Before filling a bug
- [x] have you checked the faq for known issues.
- [x] have you checked existing issues
Describe the bug
I'm trying to build a c# client using azsdkengsys.azurecr.io/azuresdk/autorest-dotnet
but as soon as i add the '--csharp' flag it fails.
output:
Failed to load ▒▒W, error: libunwind.so.8: cannot open shared object file: No such file or directory
Expected behavior I would expect the code for the client would be generated.
Additional context
I also tried the azsdkengsys.azurecr.io/azuresdk/autorest-all
image
It does work outside of docker when i install node and autorest on the host machine - however that is what i can not do on my work laptop
My workaround was to create my own image but it was based on stretch, use at your own risk: https://github.com/piccaso/autorest-legacy/
I have since then moved away from autorest and am no longer concerned with this topic so i will unsubscribe.