Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 239 Bytes

alpine.md

File metadata and controls

10 lines (6 loc) · 239 Bytes

alpine

Linux binaries complied against glibc will fail on alpine with not found, eg:

/aws/install: line 78: /aws/dist/aws: not found

Alpine uses musl libc instead. Compile your binary with musl, or install glibc on alpine.