Add ca-certificates to Prosody config which allows it to validate s2s certs.

This commit is contained in:
2026-07-24 05:32:29 -07:00
parent 2302897460
commit a6a8f4c97a
+1 -1
View File
@@ -8,7 +8,7 @@ FROM debian:trixie-slim
## Setup ## ## Setup ##
# System Dependencies # System Dependencies
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y prosody prosody-modules \ apt-get install -y prosody prosody-modules ca-certificates \
bash sudo htop \ bash sudo htop \
vim vim