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 a44f314 commit a2604a7Copy full SHA for a2604a7
Dockerfile
@@ -48,7 +48,7 @@ FROM debian:${DEBIAN_VERSION} AS app
48
49
RUN apt update && \
50
apt upgrade -y && \
51
- apt install --no-install-recommends -y bash openssl git && \
+ apt install --no-install-recommends -y bash openssl git ca-certificates && \
52
apt clean -y && rm -rf /var/lib/apt/lists/*
53
54
RUN mkdir /app
0 commit comments