Skip to content

Commit

Permalink
feat: exporter support custom uri, closes #99
Browse files Browse the repository at this point in the history
  • Loading branch information
roketyyang committed Jul 13, 2024
1 parent ad7cdc3 commit 4cf54ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4cf54ec

Please sign in to comment.