diff options
| author | Patrick Spek <p.spek@tyil.nl> | 2025-11-09 09:43:07 +0100 |
|---|---|---|
| committer | Patrick Spek <p.spek@tyil.nl> | 2025-11-09 09:43:07 +0100 |
| commit | 6024352768fdbe0b952ed72a0f11930062c21c56 (patch) | |
| tree | e4060877496e236c78a66158d389b82b406381d5 | |
| parent | aca4bb8ccce69cac76797869827cbb6b8fa78694 (diff) | |
| download | prosody-6024352768fdbe0b952ed72a0f11930062c21c56.tar.gz prosody-6024352768fdbe0b952ed72a0f11930062c21c56.tar.bz2 | |
Add lua-ldap package
| -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/* |
