diff --git a/Dockerfile.openresty b/Dockerfile.openresty index 7fb819265270..e8e7f0091925 100644 --- a/Dockerfile.openresty +++ b/Dockerfile.openresty @@ -19,6 +19,7 @@ ARG RESTY_CONFIG_OPTIONS="\ --with-http_ssl_module \ --with-http_stub_status_module \ --with-http_v2_module \ + --with-stream_ssl_preread_module \ " LABEL resty_version="${RESTY_VERSION}"