Skip to content

Commit 4cdd3e0

Browse files
committed
fix: Ensure we install CA certificates in the Docker container
1 parent d253436 commit 4cdd3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL org.opencontainers.image.description="Backup your GitHub repositories and
99
LABEL org.opencontainers.image.licenses=MIT
1010

1111
RUN apt-get update && \
12-
apt-get install -y openssl && \
12+
apt-get install -y openssl ca-certificates && \
1313
apt-get clean && \
1414
rm -rf /var/lib/apt/lists/*
1515

0 commit comments

Comments
 (0)