From fc48c7e80a3e0968982d803b7d119ccac466d009 Mon Sep 17 00:00:00 2001 From: seednode Date: Sat, 14 Nov 2020 18:35:34 -0500 Subject: [PATCH] Changed hyphens to underscores --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 45fc0c6..7da1453 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN tar xzf "/src/pcre/pcre-$PCRE_VER.tar.gz" RUN git clone https://github.com/aperezdc/ngx-fancyindex.git /src/ngx-fancyindex # download ngx_http_hs_challenge module -RUN git clone https://github.com/simon987/ngx_http_js_challenge_module.git /src/ngx-http-js-challenge-module +RUN git clone https://github.com/simon987/ngx_http_js_challenge_module.git /src/ngx_http_js_challenge_module # download nginx source WORKDIR /src/nginx @@ -41,7 +41,7 @@ RUN ./configure --prefix=/usr/share/nginx \ --with-pcre-jit \ --with-http_addition_module \ --add-module=/src/ngx-fancyindex \ - --add-dynamic-module=/src/ngx-http-js-challenge-module \ + --add-dynamic-module=/src/ngx_http_js_challenge_module \ --without-http_fastcgi_module \ --without-http_uwsgi_module \ --without-http_scgi_module \