From b8ce6f7ce0bf9ffa72907ee18963f6a784b2c5f4 Mon Sep 17 00:00:00 2001 From: mguschin Date: Wed, 4 Feb 2026 11:46:18 +0300 Subject: [PATCH] lua-unbound. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 523f194..889095e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN apt-get update --fix-missing && \ prosody \ lua-dbi-mysql \ lua-sec \ + lua-unbound \ openssl \ netcat-traditional \ && rm -rf /var/lib/apt/lists/*