ClickHouse/docker/test/integration/resolver/Dockerfile
2020-07-10 22:42:18 +03:00

6 lines
152 B
Docker

# docker build -t yandex/clickhouse-python-bottle .
# Helper docker container to run python bottle apps
FROM python:3
RUN python -m pip install bottle