From caab666f06d62cf832f6099ca1d6f10c68f7fcd4 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Mon, 9 Jun 2025 11:14:15 +0200 Subject: [PATCH] Comment out `lua-cjson` installation in `Dockerfile-openresty`. --- Dockerfile-openresty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-openresty b/Dockerfile-openresty index 52ad1b2..4595435 100644 --- a/Dockerfile-openresty +++ b/Dockerfile-openresty @@ -10,7 +10,7 @@ RUN apt-get update && \ # Install Lua packages RUN luarocks install lua-resty-openidc RUN luarocks install lua-resty-session -RUN luarocks install lua-cjson +#RUN luarocks install lua-cjson # Clean up RUN rm -rf /var/lib/apt/lists/* \ No newline at end of file