docker 镜像基于 golang:1.17-alpine
项目中有使用 这个。
``` go
/*
#cgo darwin CFLAGS: -I${SRCDIR}/../../../cgo
#cgo darwin LDFLAGS: -L${SRCDIR}/../../../cgo -lpinyin -lstdc++
#cgo linux CFLAGS: -I/tmp/vivipos/cgo
#cgo linux LDFLAGS: -L/tmp/vivipos/cgo -lpinyin -lstdc++
#include "wrapper.h"
*/
```
`gf run main.go` 在启动项目的时候会报错
``` bash
fatal error: wrapper.h: No such file or directory
8 | #include "wrapper.h"
| ^~~~~~~~~~~
compilation terminated.
exit status 2
```
请问是需要安装什么依赖?
有疑问加站长微信联系(非本文作者)