Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit f3306c6

Browse files
committed
docker: add ca-certificates as runtime dep
1 parent 9aeea34 commit f3306c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ COPY --from=builder /etc/group /etc/group
4242

4343
RUN apt-get update && apt-get install -y --no-install-recommends \
4444
libssl3 \
45+
ca-certificates \
4546
&& rm -rf /var/lib/apt/lists/*
4647

4748
WORKDIR /jitsi-openid

0 commit comments

Comments
 (0)