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 370c78e commit 6029509Copy full SHA for 6029509
Dockerfile
@@ -33,7 +33,13 @@ FROM debian:bullseye
33
# hadolint ignore=DL3008
34
RUN apt-get update && \
35
apt-get install -y --no-install-recommends \
36
- libjemalloc2 libssl1.1 libpq5 curl jq procps && \
+ ca-certificates \
37
+ curl \
38
+ libjemalloc2 \
39
+ libssl1.1 \
40
+ libpq5 \
41
+ jq \
42
+ procps && \
43
apt-get clean && \
44
rm -rf /var/lib/apt/lists/*
45
0 commit comments