From 548e974f694692299bd8230a02f9865361c15797 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Tue, 7 May 2019 12:29:34 -0400 Subject: [PATCH] Init oidc twice --- docker/OpenResty-Orthanc-Keycloak/dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker/OpenResty-Orthanc-Keycloak/dockerfile b/docker/OpenResty-Orthanc-Keycloak/dockerfile index 182ca345f..762e6783d 100644 --- a/docker/OpenResty-Orthanc-Keycloak/dockerfile +++ b/docker/OpenResty-Orthanc-Keycloak/dockerfile @@ -49,11 +49,14 @@ RUN apk add --no-cache openssl RUN apk add --no-cache openssl-dev RUN apk add --no-cache git 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-session RUN luarocks install lua-resty-http +# !!! RUN luarocks install lua-resty-openidc RUN luarocks install luacrypto