We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b50875 commit 66241e4Copy full SHA for 66241e4
1 file changed
Dockerfile
@@ -20,7 +20,7 @@ ENV CERTS="{}" \
20
HBA_EXTRA_RULES=""
21
RUN apk add --no-cache python3 py3-netifaces \
22
&& if [ "${PG_MAJOR:-0}" -ge 12 ]; then \
23
- apk add --no-cache --virtual .pgvector-build build-base linux-headers ca-certificates; \
+ apk add --no-cache --virtual .pgvector-build build-base clang19 llvm19 linux-headers ca-certificates; \
24
wget -qO- "https://github.com/pgvector/pgvector/archive/refs/tags/v${PGVECTOR_VERSION}.tar.gz" \
25
| tar -xz -C /tmp; \
26
cd "/tmp/pgvector-${PGVECTOR_VERSION}" \
0 commit comments