From 4cf54ec791329883d44c1fc8d8267a3b64938f2a Mon Sep 17 00:00:00 2001 From: roketyyang Date: Sat, 13 Jul 2024 15:52:08 +0800 Subject: [PATCH] feat: exporter support custom uri, closes #99 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 77410b8..e815a6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN yum install -y gcc RUN yum -y --enablerepo=powertools install libyaml-devel libffi-devel RUN luarocks install lua-resty-http 0.16.1-0 RUN luarocks install lua-protobuf 0.3.3 +RUN luarocks install net-url 1.1-1 RUN luarocks install busted 2.0.0-1 RUN luarocks --server=http://rocks.moonscript.org install lyaml