From 9a5e748f3d60d83fca4f01acbe06a30877780016 Mon Sep 17 00:00:00 2001 From: ammnt Date: Mon, 19 Aug 2024 19:04:14 +0300 Subject: [PATCH] changed: removed the flag --without-stream_map_module --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca92046..e6edab2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,6 @@ RUN NB_CORES="${BUILD_CORES-$(getconf _NPROCESSORS_CONF)}" \ --with-stream_ssl_preread_module \ --without-stream_split_clients_module \ --without-stream_set_module \ - --without-stream_map_module \ --without-http_geo_module \ --without-http_scgi_module \ --without-http_uwsgi_module \