An open API service indexing awesome lists of open source software.

https://github.com/gojek/lua-dev

Lua / Luajit / Luarocks image for dev
https://github.com/gojek/lua-dev

Last synced: about 2 months ago
JSON representation

Lua / Luajit / Luarocks image for dev

Awesome Lists containing this project

README

        

#lua-dev
A minimal Docker image based on Alpine Linux with lua-5.3, luajit (2.1.0-beta3) and luarocks-5.3
1. buildbase is included so that luarocks could build source rocks
2. git,bash,unzip,curl provide additional tools
3. lua-cjson is also included as json is key in most cases.