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 9aa1930 commit 0463addCopy full SHA for 0463add
Dockerfile
@@ -122,7 +122,7 @@ RUN \
122
123
RUN \
124
export LUAJIT_LIB=/usr/lib \
125
- && export LUAJIT_INC=/usr/include/luajit-2.1 \
+ && export LUAJIT_INC=/usr/include/moonjit-2.2 \
126
&& echo "Compiling nginx $NGINX_VERSION with brotli $NGX_BROTLI_COMMIT and lua nginx module v$LUA_NGINX_MODULE_VERSION ..." \
127
&& cd /usr/src/nginx-$NGINX_VERSION \
128
&& ./configure $CONFIG --with-debug \
0 commit comments