Change docker file for integration test (#5449)

* Change docker file for integration test

* Delete useless libraries

* need ssl
This commit is contained in:
Loud_Scream 2019-05-28 21:53:22 +03:00 committed by proller
parent c7924c8ea3
commit 05bb22cab6

View File

@ -22,6 +22,9 @@ RUN apt-get update \
libicu-dev \
bsdutils \
curl \
liblua5.1-dev \
luajit \
libssl-dev \
&& rm -rf \
/var/lib/apt/lists/* \
/var/cache/debconf \
@ -31,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
RUN pip install pytest docker-compose==1.22.0 docker dicttoxml kazoo PyMySQL psycopg2==2.7.5 pymongo tzlocal kafka-python protobuf redis aerospike
ENV DOCKER_CHANNEL stable
ENV DOCKER_VERSION 17.09.1-ce