From 26130d1da8cb75e7dd108a232217a49a850a1e11 Mon Sep 17 00:00:00 2001 From: yurymuski Date: Mon, 4 Sep 2023 01:10:35 +0400 Subject: [PATCH] typo fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 126d12e..bd3ebc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ RUN curl -O https://nginx.org/download/nginx-$NGINX_VERSION.tar.gz && \ --with-stream_realip_module \ --with-stream_ssl_module \ --with-stream_ssl_preread_module \ - --with-debug + --with-debug \ --add-module=/opt/ngx_brotli \ --with-http_v3_module \ --with-openssl=/opt/quiche/quiche/deps/boringssl \