You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go get -u github.com/ashb/jqrepl/jq
# github.com/ashb/jqrepl/jq
src/github.com/ashb/jqrepl/jq/jq.go:23:16: fatal error: jq.h: No such file or directory
#include <jq.h>
^
compilation terminated.
I suppose I miss something on these docker images that I have on my laptop and it explains the difference.
May be do you know what ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I like very much jq so thanks for your work.
I builded and installed jqrepl without problems but now I would like to do the same in a docker but I get an error.
I tested debian stretch and alpine images on https://hub.docker.com/_/golang/ and this is the same error on both :
I suppose I miss something on these docker images that I have on my laptop and it explains the difference.
May be do you know what ?
Thanks
The text was updated successfully, but these errors were encountered: