diff --git a/openresty-build/install.sh b/openresty-build/install.sh index 5f93266..b665734 100644 --- a/openresty-build/install.sh +++ b/openresty-build/install.sh @@ -14,6 +14,8 @@ make linux test make install cd ${CURRECT_DIR} +export PATH=$PATH:/usr/local/bin + wget https://luarocks.org/releases/luarocks-${LUAROCK_VER}.tar.gz tar zxpf luarocks-${LUAROCK_VER}.tar.gz rm luarocks-${LUAROCK_VER}.tar.gz