From 21259283b34dba12ffd142791bea36d427372d0f Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 28 Apr 2025 15:41:01 +0100 Subject: [PATCH] build: lua-resty-auto-ssl requires certbot installed --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 5e441a4..24d480a 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -4,7 +4,7 @@ RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-http RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-cookie RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-iputils -RUN apk add openssl +RUN apk add openssl certbot RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-auto-ssl RUN mkdir /etc/resty-auto-ssl && chown -R nobody /etc/resty-auto-ssl