mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
9 lines
191 B
Docker
9 lines
191 B
Docker
# docker build -t yandex/clickhouse-unit-test .
|
|
FROM yandex/clickhouse-stateless-test
|
|
|
|
RUN apt-get install gdb
|
|
|
|
COPY run.sh /
|
|
COPY process_unit_tests_result.py /
|
|
CMD ["/bin/bash", "/run.sh"]
|