mirror of https://github.com/milvus-io/milvus.git
Add debug commands to milvus docker image (#12175)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/12180/head
parent
9d5bcd3e3a
commit
27b9a5c35e
|
@ -14,7 +14,8 @@ FROM milvusdb/openblas:ubuntu18.04-20210428 AS openblas
|
||||||
#FROM alpine
|
#FROM alpine
|
||||||
FROM ubuntu:bionic-20200921
|
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 && \
|
apt-get remove --purge -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue