Init oidc twice

This commit is contained in:
dannyrb 2019-05-07 12:29:34 -04:00
parent 4928085416
commit 548e974f69

View File

@ -49,11 +49,14 @@ RUN apk add --no-cache openssl
RUN apk add --no-cache openssl-dev RUN apk add --no-cache openssl-dev
RUN apk add --no-cache git RUN apk add --no-cache git
RUN apk add --no-cache gcc RUN apk add --no-cache gcc
# RUN luarocks install lua-resty-openidc # !!!
RUN luarocks install lua-resty-openidc
#
RUN luarocks install lua-resty-jwt RUN luarocks install lua-resty-jwt
RUN luarocks install lua-resty-session RUN luarocks install lua-resty-session
RUN luarocks install lua-resty-http RUN luarocks install lua-resty-http
# !!!
RUN luarocks install lua-resty-openidc RUN luarocks install lua-resty-openidc
RUN luarocks install luacrypto RUN luarocks install luacrypto