Update image to debian bookworm and include ca-certificates package
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
e10e75b900
commit
b2cb592278
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue