[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
Jenny Li 2022-08-26 17:08:54 +08:00 committed by GitHub
parent 096149e33f
commit 5269ac39da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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