I have a custom lua module that I am using in openresty but doing the following:
1. lua_package_path '${prefix}lua/?.lua;;';
2. in Docker file, I copy my .lua files to the lua package path.
How can I download dependancies? For example, I need https://github.com/pintsized/lua-resty-http but not sure how to download these files using Docker?