### 解决方案一 安装依赖库 ```bash apk add libc6-compat ``` ### 关闭CGO ```bash CGO_ENABLE=0 go build ```