Update Dockerfile #269
Annotations
1 error
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c wget https://nginx.org/download/nginx-\"$NGINX_VER\".tar.gz -O - | tar xzC /src && mv /src/nginx-\"$NGINX_VER\" /src/nginx && wget https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_\"$DTR_VER\"%2B.patch -O /src/nginx/1.patch && wget https://raw.githubusercontent.com/openresty/openresty/master/patches/nginx-\"$RCP_VER\"-resolver_conf_parsing.patch -O /src/nginx/2.patch && sed -i \"s|nginx/|NPMplus/|g\" /src/nginx/src/core/nginx.h && sed -i \"s|Server: nginx|Server: NPMplus|g\" /src/nginx/src/http/ngx_http_header_filter_module.c && sed -i \"s|<hr><center>nginx</center>|<hr><center>NPMplus</center>|g\" /src/nginx/src/http/ngx_http_special_response.c && cd /src/nginx && patch -p1 </src/nginx/1.patch && patch -p1 </src/nginx/2.patch && rm /src/nginx/*.patch && git clone --recursive https://github.com/google/ngx_brotli --branch \"$NB_VER\" /src/ngx_brotli && git clone --recursive https://github.com/aperezdc/ngx-fancyindex --branch \"$NF_VER\" /src/ngx-fancyindex && git clone --recursive https://github.com/openresty/headers-more-nginx-module --branch \"$HMNM_VER\" /src/headers-more-nginx-module && git clone --recursive https://github.com/nginx/njs --branch \"$NJS_VER\" /src/njs && git clone --recursive https://github.com/vision5/ngx_devel_kit --branch \"$NDK_VER\" /src/ngx_devel_kit && git clone --recursive https://github.com/openresty/lua-nginx-module --branch \"$LNM_VER\" /src/lua-nginx-module && git clone --recursive https://github.com/SpiderLabs/ModSecurity-nginx --branch \"$MODSECNGX_VER\" /src/ModSecurity-nginx && git clone --recursive https://github.com/openresty/lua-resty-core --branch \"$LRC_VER\" /src/lua-resty-core && git clone --recursive https://github.com/openresty/lua-resty-lrucache --branch \"$LRL_VER\" /src/lua-resty-lrucache && git clone --recursive https://github.com/leev/ngx_http_geoip2_module --branch \"$NHG2M_VER\" /src/ngx_http_geoip2_module" did not complete successfully: exit code: 1
|