Dockerfile: Explicitly add ca-certificates to fix TLS verification

Must have been implicitly depended on by something before
This commit is contained in:
Kim Alvefur
2026-03-03 17:54:37 +01:00
parent 348231e50b
commit fddb859136
+1
View File
@@ -14,6 +14,7 @@ RUN apt-get update \
tini \
${PROSODY_PACKAGE} \
${LUA_PACKAGE} \
ca-certificates \
lua-unbound \
lua-sec \
lua-readline \