Files
demo-websites/Dockerfile-openresty

7 lines
185 B
Plaintext

FROM openresty/openresty
RUN apk add --no-cache git curl luarocks \
&& luarocks install lua-resty-openidc \
&& luarocks install lua-resty-session \
&& luarocks install lua-cjson