Skip to content

Commit 66241e4

Browse files
committed
[FIX] fix alpine dependencies for pg_vector compilation
1 parent 6b50875 commit 66241e4

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)