mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Add deps to fix pkg-config error (#18854)
Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/18856/head
parent
096149e33f
commit
5269ac39da
|
@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends wget curl ca-ce
|
|||
apt-get remove --purge -y && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends libzstd-dev
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends libzstd-dev pkg-config
|
||||
|
||||
# Install Go
|
||||
ENV GOPATH /go
|
||||
|
|
Loading…
Reference in New Issue