Skip to content

Commit 0c264ac

Browse files
Add Dockerfile for test
1 parent baeec5f commit 0c264ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM lua:5.3
2+
RUN apk update && apk add --no-cache gcc libc-dev # for luafilesystem
3+
RUN luarocks install luafilesystem
4+
COPY . /app/

0 commit comments

Comments
 (0)