Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# docker build -t clickhouse/python-bottle .
# Helper docker container to run python bottle apps
FROM python:3
RUN python -m pip install bottle