build: lua-resty-auto-ssl requires certbot installed
This commit is contained in:
parent
d9b8b1b364
commit
21259283b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue