mirror of https://github.com/milvus-io/milvus.git
Add ca-certificates to Dockerfile (#15417)
Signed-off-by: vol <me@volodymyrstoiko.com>pull/15424/head
parent
d03d17444c
commit
280ee2eee8
|
@ -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/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue