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