housepower / clickhouse_sinker

Easily load data from kafka to ClickHouse
https://housepower.github.io/clickhouse_sinker
Apache License 2.0
514 stars 118 forks source link

Build image #193

Open deemon87 opened 4 months ago

deemon87 commented 4 months ago

I was able to build the image only after minor modifications:

1) sed -i '/RUN make build/i RUN apk add --no-cache make git' Dockerfile 2) sed -i 's/--iso-8601=s/-Iseconds/' Makefile