Skip to content

Commit 25993a6

Browse files
committed
chore: Remove workaround comment
1 parent 7017a0c commit 25993a6

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)