ClickHouse/docker/test/integration/resolver/Dockerfile

4 lines
99 B
Docker

# Helper docker container to run python bottle apps
FROM python:3
RUN python -m pip install bottle