From d744dd2c5d913e9688e33c72dff96a24fad46de2 Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sun, 23 May 2021 07:28:15 +0000 Subject: [PATCH] fix luarocks --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b0930a6..1ce17d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -79,10 +79,11 @@ COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf #RUN apt-get install liblua5.3-dev WORKDIR /usr/local/openresty + RUN luarocks install --tree lua_modules luaposix && \ luarocks install --tree lua_modules etlua && \ luarocks install --tree lua_modules luafilesystem && \ - luarocks install --tree lua_modules lua-resty-auto-ssl + luarocks install lua-resty-auto-ssl RUN mkdir /etc/resty-auto-ssl #\ #&& chown www-data /etc/resty-auto-ssl