- 删除 openresty/set-misc-nginx-module
- 删除 Logrotate
- 删除 ngx_http_dyups_module
- 增加 openresty/lua-resty-core
- 增加 openresty/lua-resty-lrucache
- 增加 LuaRocks 3.8.0 ,支持:
FROM ghcr.io/shangxianapp/nginx:latest-alpine
WORKDIR /etc/nginx
RUN luarocks install lua-cjson
RUN luarocks install luasocket
COPY . .
EXPOSE 80 443
CMD ["nginx", "-g", "daemon off;"]%