Skip to content

Commit b10bafc

Browse files
authored
the configure file moved
Signed-off-by: Zoey <[email protected]>
1 parent eee4c6c commit b10bafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN wget https://nginx.org/download/nginx-"$NGINX_VER".tar.gz -O - | tar xzC /sr
5151
git clone --recursive https://github.com/openresty/lua-resty-lrucache /src/lua-resty-lrucache && \
5252
# Configure
5353
cd /src/nginx && \
54-
/src/nginx/auto/configure \
54+
/src/nginx/configure \
5555
--build=${BUILD} \
5656
--with-compat \
5757
--with-threads \

0 commit comments

Comments
 (0)