Skip to content

Commit a2604a7

Browse files
committed
Add ca-certificates
1 parent a44f314 commit a2604a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ FROM debian:${DEBIAN_VERSION} AS app
4848

4949
RUN apt update && \
5050
apt upgrade -y && \
51-
apt install --no-install-recommends -y bash openssl git && \
51+
apt install --no-install-recommends -y bash openssl git ca-certificates && \
5252
apt clean -y && rm -rf /var/lib/apt/lists/*
5353

5454
RUN mkdir /app

0 commit comments

Comments
 (0)