提交 22a54bbd 编写于 作者: A alesapin

Add python into integration tests image

上级 e22a6cd6
......@@ -121,7 +121,7 @@ def setup_module(module):
main_configs.append(os.path.join(dict_configs_path, fname))
cluster = ClickHouseCluster(__file__, base_configs_dir=os.path.join(SCRIPT_DIR, 'configs'))
node = cluster.add_instance('node', main_configs=main_configs, with_mysql=True)
cluster.add_instance('clickhouse1', image="python")
cluster.add_instance('clickhouse1')
@pytest.fixture(scope="module")
def started_cluster():
......
FROM ubuntu:18.04
RUN apt-get update && apt-get -y install tzdata
RUN apt-get update && apt-get -y install tzdata python
ENV TZ=Europe/Moscow
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册