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
- Host: GitHub
- URL: https://github.com/gojek/lua-dev
- Owner: gojek
- License: apache-2.0
- Created: 2018-10-04T10:08:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T15:46:00.000Z (over 1 year ago)
- Last Synced: 2025-01-13T22:20:03.904Z (3 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 2
- Watchers: 9
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.