From b2cb59227848d6b678eda86b01ff8150a40a08f3 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Mon, 6 Nov 2023 15:40:25 -0800 Subject: [PATCH] Update image to debian bookworm and include ca-certificates package --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 39b5702..998249b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM debian:bullseye-slim +FROM debian:bookworm-slim RUN apt-get update && \ - apt-get install extrepo -y && \ + apt-get install ca-certificates extrepo -y && \ extrepo enable prosody && \ apt-get update && \ apt-get install prosody prosody-modules -y