Skip to content

Commit

Permalink
removed comments from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadKhalid210 committed May 6, 2024
1 parent c84c912 commit 3007465
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tutorcairn/templates/cairn/build/cairn-clickhouse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
# https://hub.docker.com/r/clickhouse/clickhouse-server/tags
FROM docker.io/clickhouse/clickhouse-server:24.1.8.22

# The clickhouse repo is currently unavailable in some parts of the world. If we don't
# remove this repo here then `apt update` will fail. Check if the problem is resolved with:
# curl https://repo.yandex.ru/clickhouse/deb/stable/
# The above command should be a 200, and not a 404.
# RUN rm /etc/apt/sources.list.d/clickhouse.list
RUN apt update && apt install -y python3
COPY ./scripts /scripts
RUN chmod a+x /scripts/*
Expand Down

0 comments on commit 3007465

Please sign in to comment.