Skip to content

Commit 50a4bed

Browse files
committed
chore: Remove lua install workaround
Signed-off-by: Christopher Lepski <[email protected]>
1 parent db3e3b5 commit 50a4bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compas/reverse-proxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apk add --no-cache gcc
2323
# We are using fixed version of the lua repository, because the current version is too large and throws an exception during install,
2424
# see issue https://github.com/luarocks/luarocks/issues/1797
2525
# 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
26+
RUN luarocks install lua-resty-openidc
2727

2828
RUN mkdir -p /etc/nginx/include
2929

0 commit comments

Comments
 (0)