tsuru / docker-nginx-with-modules

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

Use `--recurse-submodules` when cloning module Git repos #17

Closed bachya closed 2 years ago

bachya commented 2 years ago

Some modules (like ngx_brotli) contain Git submodules. The current Dockerfile doesn't pull these submodules, which will cause the NGINX module build to fail. This PR ensures that when cloning NGINX module repos, submodules are cloned, too.

bachya commented 2 years ago

This doesn't appear like an active repo. Closing.