Li Yongjian

Results 2 comments of Li Yongjian

i change last run of my dockerfile as: ``` RUN cd /go/test && \ export CGO_CPPFLAGS="$(pkg-config --cflags opencv4)" && \ export CGO_LDFLAGS="-g -O2 -L/usr/lib -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu $(pkg-config --libs --static opencv4)...

i also try make static_install: ``` # builder image FROM golang:1.17-buster AS builder RUN apt-get update && apt-get install -y git sudo RUN git clone https://github.com/hybridgroup/gocv.git RUN cd gocv &&...