We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4d0c10 commit 1919accCopy full SHA for 1919acc
Dockerfile
@@ -43,7 +43,8 @@ FROM debian:${DEBIAN_VERSION} AS app
43
44
RUN apt update && \
45
apt upgrade -y && \
46
- apt install --no-install-recommends -y bash openssl && \
+ apt install --no-install-recommends -y \
47
+ bash openssl ca-certificates && \
48
apt clean -y && rm -rf /var/lib/apt/lists/*
49
50
RUN mkdir /app
0 commit comments