We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee4c6c commit b10bafcCopy full SHA for b10bafc
Dockerfile
@@ -51,7 +51,7 @@ RUN wget https://nginx.org/download/nginx-"$NGINX_VER".tar.gz -O - | tar xzC /sr
51
git clone --recursive https://github.com/openresty/lua-resty-lrucache /src/lua-resty-lrucache && \
52
# Configure
53
cd /src/nginx && \
54
- /src/nginx/auto/configure \
+ /src/nginx/configure \
55
--build=${BUILD} \
56
--with-compat \
57
--with-threads \
0 commit comments