IT How Tos

Home

About

Sitemap

Contact

Making a C or C++ complied binary work on Alpine

A C or C++ complied executable file, stored in binary on a fresh Alpine install will not work.

Commands

  • In order to get this to work please run the following:

apk add --no-cache libstdc++ libc6-compat