mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
[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>
This commit is contained in:
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 && \
|
apt-get remove --purge -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
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
|
# Install Go
|
||||||
ENV GOPATH /go
|
ENV GOPATH /go
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user