Add debug commands to milvus docker image (#12175)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-11-22 17:39:14 +08:00 committed by GitHub
parent 9d5bcd3e3a
commit 27b9a5c35e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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