Open s8sg opened 6 years ago
As in the log the issue lies in the alpine
image in the go-opencv
template
In the Dockerfile adding the curl-dev
along with curl solves the issue
RUN apk --no-cache add curl curl-dev && echo "Pulling watchdog binary from Github." \
&& /usr/bin/curl -g https://github.com/openfaas/faas/releases/download/0.6.9/fwatchdog > /usr/bin/fwatchdog \
&& chmod +x /usr/bin/fwatchdog \
&& apk del curl curl-dev --no-cache
I was trying to build the
facedetect
detect function This is what I'm doingI'm getting the below error