forked from imo/lua-dockerfiles
Dockerfiles to build Lua and Luarocks docker images.
- Dockerfile 84.9%
- Shell 15.1%
| lua | raised lua5.4 version to 5.4.4 | |
| luarocks | raised luarocks version | |
| .woodpecker.yml | added woodpecker config | |
| README.md | changed url in badge [ci skip] | |
| update.sh | raised lua5.4 version to 5.4.4 | |
Docker Library
This repository is a fork from akornatskyy/docker-library with some changes to fit my setup:
- Removed luajit and nginx, cause I don't need it
- Lua is build with plattform linux, instead of posix, so I don't get the error
dynamic libraries not enabled; check your Lua installationwhen loading libraries likeluafilesystem(Issue) - Install build environment and keep it in luarocks images, so I don't have to install it every time when I want to test something which involves libraries written in C
- Disadvantage: The images are around 180MB instead of the sexy 12MB without the build environment
Docker Hub
You can find the images on Docker Hub: