mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
Add debug commands to milvus docker image (#12175)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
9d5bcd3e3a
commit
27b9a5c35e
@ -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/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user