mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
fix(Dockerfile): add ca-certificates, missing in chromium-only image
The gotenberg and gotenberg-libreoffice images pull in ca-certificates as a dependency of python3-distutils-extra, but it's missing from the gotenberg-chromium image. The issue only affects webhooks, as Chromium itself uses bundled certificates.
This commit is contained in:
committed by
Julien Neuhart
parent
0f5e1b794a
commit
40666529f9
@@ -125,6 +125,7 @@ RUN groupadd --gid "$GOTENBERG_USER_GID" gotenberg \
|
|||||||
RUN apt-get update -qq \
|
RUN apt-get update -qq \
|
||||||
&& apt-get upgrade -yqq \
|
&& apt-get upgrade -yqq \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends \
|
||||||
|
ca-certificates \
|
||||||
tini \
|
tini \
|
||||||
# Many users rely on curl for Docker health checks.
|
# Many users rely on curl for Docker health checks.
|
||||||
curl \
|
curl \
|
||||||
|
|||||||
Reference in New Issue
Block a user