7 lines
192 B
Plaintext
7 lines
192 B
Plaintext
FROM openresty/openresty:alpine
|
|
|
|
RUN apk add --no-cache git curl luarocks \
|
|
&& luarocks install lua-resty-openidc \
|
|
&& luarocks install lua-resty-session \
|
|
&& luarocks install lua-cjson
|