Skip to content

pirogoeth/alpine-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

alpine-lua

Layers

alpine-lua is a minimal Docker image built to be as lightweight and secure as possible.

The only real components provided are a Lua version and a build of Luarocks, built from the Git master branch.

packages

APK:

  • lua5.x (depends on LUA_VERSION env)
  • lua5.x-dev (depends on LUA_VERSION env)
  • build-base (depended on by luarocks, C-based rocks)
  • git (depended on by luarocks)
  • bash (depended on by ci)
  • unzip (depended on by luarocks/luazip)

Git:

versions

  • lua5.1
  • lua5.2

About

Docker image build for Lua 5.1/5.2 on Alpine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published