Add ca-certificates to Dockerfile (#15417)

Signed-off-by: vol <me@volodymyrstoiko.com>
pull/15424/head
Volodymyr Stoiko 2022-01-28 04:51:40 +02:00 committed by GitHub
parent d03d17444c
commit 280ee2eee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ FROM milvusdb/openblas:ubuntu18.04-20210428 AS openblas
FROM ubuntu:bionic-20200921
RUN apt-get update && \
apt-get install -y --no-install-recommends libtbb-dev gfortran netcat iputils-ping && \
apt-get install -y --no-install-recommends libtbb-dev gfortran netcat iputils-ping ca-certificates && \
apt-get remove --purge -y && \
rm -rf /var/lib/apt/lists/*