mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Add jq into pytest docker image (#15511)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
be42627ab2
commit
ed2741c2df
@ -11,6 +11,8 @@
|
||||
|
||||
FROM python:3.6.8-jessie
|
||||
|
||||
RUN apt-get update && apt-get install -y jq
|
||||
|
||||
COPY ./tests/python_client/requirements.txt /requirements.txt
|
||||
|
||||
RUN python3 -m pip install --no-cache-dir -r /requirements.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user