Comment out lua-cjson installation in Dockerfile-openresty.

This commit is contained in:
2025-06-09 11:14:15 +02:00
parent fa752777c1
commit caab666f06

View File

@@ -10,7 +10,7 @@ RUN apt-get update && \
# Install Lua packages # Install Lua packages
RUN luarocks install lua-resty-openidc RUN luarocks install lua-resty-openidc
RUN luarocks install lua-resty-session RUN luarocks install lua-resty-session
RUN luarocks install lua-cjson #RUN luarocks install lua-cjson
# Clean up # Clean up
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*