Merge pull request #10476 from ClickHouse/filimonov-docker-ca-certificates

add CA certificates to clickhouse-server docker image
This commit is contained in:
Anton Popov 2020-04-24 15:09:17 +03:00 committed by GitHub
commit fa2385b26b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ RUN apt-get update \
clickhouse-client=$version \
clickhouse-server=$version \
locales \
ca-certificates \
wget \
&& rm -rf \
/var/lib/apt/lists/* \