Is there a best practice on setting up glibc on docker alpine linux base image?

后端 未结 4 1517
感动是毒
感动是毒 2020-12-05 01:47

Is there a best practice on setting up glibc on docker alpine linux base image with correct paths so any spawned process can correctly reference the location of the installe

4条回答
  •  情深已故
    2020-12-05 02:23

    apk add libgcc

    It seems that this makes glibc available. This increases the size of the image by a few MB.

提交回复
热议问题