Comment out lua-cjson installation in Dockerfile-openresty.
This commit is contained in:
@@ -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/*
|
||||||
Reference in New Issue
Block a user