Skip to content

Commit d261936

Browse files
committed
chore: Workaround for lua install
1 parent 23c08b1 commit d261936

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
@@ -20,7 +20,7 @@ RUN apk add --no-cache openssl-dev
2020
RUN apk add --no-cache git
2121
RUN apk add --no-cache gcc
2222

23-
RUN luarocks install lua-resty-openidc
23+
RUN luarocks install lua-resty-openidc --only-server https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/daab2726276e3282dc347b89a42a5107c3500567
2424

2525
RUN mkdir -p /etc/nginx/include
2626

0 commit comments

Comments
 (0)