We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baeec5f commit 0c264acCopy full SHA for 0c264ac
test/Dockerfile
@@ -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