mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
5 lines
102 B
Docker
5 lines
102 B
Docker
# docker build -t clickhouse/test-util .
|
|
|
|
FROM ubuntu:20.04
|
|
COPY process_functional_tests_result.py /
|