Files
openrestyextended/archive/Dockerfile.lua
2021-05-13 10:13:59 +00:00

6 lines
254 B
Lua

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 && \