[skip e2e] Add jq into pytest docker image (#15511)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15515/head
Jenny Li 2022-02-09 19:05:45 +08:00 committed by GitHub
parent be42627ab2
commit ed2741c2df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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