This commit is contained in:
2021-05-13 10:13:59 +00:00
parent d7a8a2e53c
commit 9ab91e4fd9
7 changed files with 261 additions and 1 deletions

6
archive/Dockerfile.lua Normal file
View File

@@ -0,0 +1,6 @@
From openresty/openresty:alpine-fat
RUN apk add openssl
RUN luarocks install --tree lualdap && \
luarocks install --tree lua_modules luaposix && \
luarocks install --tree lua_modules etlua && \
luarocks install --tree lua_modules luafilesystem && \