mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 03:42:48 +00:00
4 lines
99 B
Docker
4 lines
99 B
Docker
# Helper docker container to run python bottle apps
|
|
|
|
FROM python:3
|
|
RUN python -m pip install bottle |