diff options
| -rw-r--r-- | Containerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Containerfile b/Containerfile index 3ac21a1..8a544ee 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,7 @@ RUN apt-get update \ && yes | apt-get install --no-install-recommends extrepo tini \ && extrepo enable prosody \ && apt-get update \ - && yes | apt-get install --no-install-recommends prosody-13.0 lua5.4 lua-unbound lua-sec lua-readline lua-dbi-postgresql luarocks lua5.4-dev \ + && yes | apt-get install --no-install-recommends prosody-13.0 lua5.4 lua5.4-dev luarocks lua-dbi-postgresql lua-ldap lua-readline lua-sec lua-unbound \ && update-alternatives --set lua-interpreter /usr/bin/lua5.4 \ && rm -fr /var/lib/apt/lists/* |
