Update image to debian bookworm and include ca-certificates package
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Morgan McMillian 2023-11-06 15:40:25 -08:00
parent e10e75b900
commit b2cb592278

View file

@ -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