Skip to content

Commit 0463add

Browse files
author
macbre
committed
1 parent 9aa1930 commit 0463add

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
@@ -122,7 +122,7 @@ RUN \
122122

123123
RUN \
124124
export LUAJIT_LIB=/usr/lib \
125-
&& export LUAJIT_INC=/usr/include/luajit-2.1 \
125+
&& export LUAJIT_INC=/usr/include/moonjit-2.2 \
126126
&& echo "Compiling nginx $NGINX_VERSION with brotli $NGX_BROTLI_COMMIT and lua nginx module v$LUA_NGINX_MODULE_VERSION ..." \
127127
&& cd /usr/src/nginx-$NGINX_VERSION \
128128
&& ./configure $CONFIG --with-debug \

0 commit comments

Comments
 (0)