tsuru / docker-nginx-with-modules

Build nginx docker image image with custom modules
107 stars 39 forks source link

image target : jq: command not found #7

Closed boly38 closed 5 years ago

boly38 commented 5 years ago

image Makefile target relies on jq to extract flavor json information

on some environments, jq can very easily be installed via the package manager, cf. download section of jq

On my side, I'm using git bash for Windows, so to install Jq, I use curl.

I can provide a minimal script that install Jq.