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