Closed bachya closed 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.
ngx_brotli
Dockerfile
This doesn't appear like an active repo. Closing.
Some modules (like
ngx_brotli
) contain Git submodules. The currentDockerfile
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.