mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
6 lines
145 B
Docker
6 lines
145 B
Docker
# docker build -t clickhouse/python-bottle .
|
|
# Helper docker container to run python bottle apps
|
|
|
|
FROM python:3
|
|
RUN python -m pip install bottle
|