mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add jq into pytest docker image (#15511)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/15515/head
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…
Reference in New Issue