6 lines
254 B
Lua
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 && \ |