Skip to content

Commit 6d0d876

Browse files
committed
lua
1 parent 62b45ba commit 6d0d876

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/e2e-v2/cases/lua/Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ RUN tar -xf ${SW_AGENT_NGINX_LUA_COMMIT}.tar.gz --strip 1
2525

2626
RUN rm ${SW_AGENT_NGINX_LUA_COMMIT}.tar.gz
2727

28-
RUN luarocks make rockspec/skywalking-nginx-lua-master-0.rockspec
28+
RUN luarocks make --only-server https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/daab2726276e3282dc347b89a42a5107c3500567 rockspec/skywalking-nginx-lua-master-0.rockspec
2929

test/e2e-v2/cases/nginx/Dockerfile.nginx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
FROM openresty/openresty:1.17.8.2-5-alpine-fat
1717

18-
RUN luarocks install nginx-lua-prometheus
19-
RUN mkdir -p /var/log/nginx/
18+
RUN luarocks --only-server https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/daab2726276e3282dc347b89a42a5107c3500567 install nginx-lua-prometheus
19+
RUN mkdir -p /var/log/nginx/

0 commit comments

Comments
 (0)