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 db3e3b5 commit 50a4bedCopy full SHA for 50a4bed
compas/reverse-proxy/Dockerfile
@@ -23,7 +23,7 @@ RUN apk add --no-cache gcc
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 --only-server https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/daab2726276e3282dc347b89a42a5107c3500567
+RUN luarocks install lua-resty-openidc
27
28
RUN mkdir -p /etc/nginx/include
29
0 commit comments