Skip to content

Commit a87b4a3

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compas/reverse-proxy/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ RUN apk add --no-cache openssl-dev
2020
RUN apk add --no-cache git
2121
RUN apk add --no-cache gcc
2222

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
2623
RUN luarocks install lua-resty-openidc
2724

2825
RUN mkdir -p /etc/nginx/include

0 commit comments

Comments
 (0)