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/
|
Loading…
Add table
Add a link
Reference in a new issue