Merge pull request #7875 from Jokser/minio-integration-prework

Prepare integration tests runner to use Minio
This commit is contained in:
Nikita Mikhaylov 2019-11-21 15:18:28 +03:00 committed by GitHub
commit 6d3379cbbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ RUN apt-get update \
ENV TZ=Europe/Moscow
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN pip install pytest docker-compose==1.22.0 docker dicttoxml kazoo PyMySQL psycopg2==2.7.5 pymongo tzlocal kafka-python protobuf redis aerospike pytest-timeout
RUN pip install urllib3==1.23 pytest docker-compose==1.22.0 docker dicttoxml kazoo PyMySQL psycopg2==2.7.5 pymongo tzlocal kafka-python protobuf redis aerospike pytest-timeout minio
ENV DOCKER_CHANNEL stable
ENV DOCKER_VERSION 17.09.1-ce