Skip to content

Commit fbffb62

Browse files
Merge pull request #34 from Auneor/FIX_pg_vector_build
[FIX] fix alpine dependencies for pg_vector compilation
2 parents 313f179 + 66241e4 commit fbffb62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ENV CERTS="{}" \
2020
HBA_EXTRA_RULES=""
2121
RUN apk add --no-cache python3 py3-netifaces \
2222
&& if [ "${PG_MAJOR:-0}" -ge 12 ]; then \
23-
apk add --no-cache --virtual .pgvector-build build-base linux-headers ca-certificates; \
23+
apk add --no-cache --virtual .pgvector-build build-base clang19 llvm19 linux-headers ca-certificates; \
2424
wget -qO- "https://github.com/pgvector/pgvector/archive/refs/tags/v${PGVECTOR_VERSION}.tar.gz" \
2525
| tar -xz -C /tmp; \
2626
cd "/tmp/pgvector-${PGVECTOR_VERSION}" \

0 commit comments

Comments
 (0)