We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7017a0c commit 25993a6Copy full SHA for 25993a6
compas/reverse-proxy/Dockerfile
@@ -20,9 +20,6 @@ RUN apk add --no-cache openssl-dev
20
RUN apk add --no-cache git
21
RUN apk add --no-cache gcc
22
23
-# We are using fixed version of the lua repository, because the current version is too large and throws an exception during install,
24
-# see issue https://github.com/luarocks/luarocks/issues/1797
25
-# Once the issue is fixed we should remove --only-server ... workaround
26
RUN luarocks install lua-resty-openidc
27
28
RUN mkdir -p /etc/nginx/include
0 commit comments