Closed mong0520 closed 2 years ago
Seems that you should upgrade LuaRocks to 3.8.0 instead As described in https://github.com/luarocks/luarocks/blob/master/CHANGELOG.md
The raw git:// protocol will stop working on GitHub. LuaRocks already supports git+https:// as an alternative, but to avoid having to update every rockspec in the repository that uses git://github.com, which would require a large coordinated effort, LuaRocks now auto-converts github.com and www.github.com URLs that use git:// to git+https://
I use
RUN luarocks install lua-resty-radixtree 2.8.1-0
in the Dockerfile to install lua-resty-radixtree, but today the build process reports following error message and build failed.Same issue here for the reference: https://github.com/leafo/gifine/issues/27