ClickHouse/docker/test/integration/resolver/Dockerfile

6 lines
152 B
Docker
Raw Normal View History

2020-07-10 19:42:18 +00:00
# docker build -t yandex/clickhouse-python-bottle .
# Helper docker container to run python bottle apps
FROM python:3
2020-07-10 19:42:18 +00:00
RUN python -m pip install bottle