openresty / docker-openresty

Docker tooling for OpenResty
https://hub.docker.com/r/openresty/openresty
BSD 2-Clause "Simplified" License
935 stars 525 forks source link

ngx_http_upstream_check_module无法添加模块 #227

Open shaojie-dot opened 1 year ago

shaojie-dot commented 1 year ago

使用centos7 官方dockerfile安装,发现没有ngx_http_upstream_check_module该模块,怎么添加呢,centos7的dockerfile并没有支持的地方

neomantra commented 1 year ago

I do not understand your language, but used Google Translate.

You would need to use the "build-from-source" images and then inject the download / patch / build into the Dockerfile using environment variables. See this issue #222 for related information.