Add ca-certificates package to build base image

Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
Johann Hoffmann
2022-08-18 13:16:03 +02:00
parent 93d1ada2c8
commit 4e4b6f09f4

View File

@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
make cmake g++ git \
unixodbc-dev libpq-dev libmariadb-dev libmariadbclient-dev-compat \
librdkafka-dev libboost-all-dev libssl-dev \
zlib1g-dev nlohmann-json3-dev
zlib1g-dev nlohmann-json3-dev ca-certificates
FROM build-base AS poco-build