Add Lua
This commit is contained in:
parent
30f39622e8
commit
27cb99d10a
4 changed files with 20 additions and 0 deletions
6
docker/lua/Dockerfile
Normal file
6
docker/lua/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk update
|
||||
RUN apk add lua5.3
|
||||
|
||||
COPY run.sh /var/run/
|
2
docker/lua/run.sh
Normal file
2
docker/lua/run.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
echo "$1" > program.lua
|
||||
lua5.3 program.lua
|
Loading…
Add table
Add a link
Reference in a new issue