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