Skip to content

Commit 1919acc

Browse files
committed
Install ca-certificates
1 parent b4d0c10 commit 1919acc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ FROM debian:${DEBIAN_VERSION} AS app
4343

4444
RUN apt update && \
4545
apt upgrade -y && \
46-
apt install --no-install-recommends -y bash openssl && \
46+
apt install --no-install-recommends -y \
47+
bash openssl ca-certificates && \
4748
apt clean -y && rm -rf /var/lib/apt/lists/*
4849

4950
RUN mkdir /app

0 commit comments

Comments
 (0)