ClickHouse / ClickHouse/odbc-bridge

How to install clickhouse-odbc-bridge on alpine

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
C++
Stars
4
Forks
4
PR merge metrics
No merged PRs in 30d

Description

### Company or project name

_No response_

### Question

I'm trying to use clickhouse alpine dist in my docker container.

Any tips where do I get the clickhouse-odbc-bridge for it? How to install?

I used to do this on deb

```dockerfile
RUN curl -fsSL 'https://packages.clickhouse.com/rpm/lts/repodata/repomd.xml.key' | gpg --batch --yes --dearmor -o /usr/share/keyrings/clickhouse-keyring.gpg && \
echo "deb [signed-by=/usr/share/keyrings/clickhouse-keyring.gpg] https://packages.clickhouse.com/deb stable main" | tee \
/etc/apt/sources.list.d/clickhouse.list

RUN apt-get update && \
apt-get install -y --no-install-recommends \
clickhouse-odbc-bridge \
odbc-postgresql \
&& \
rm -rf /var/lib/apt/lists/*
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.