We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0019b3 + 17eca8d commit 929c8edCopy full SHA for 929c8ed
1 file changed
Dockerfile
@@ -4,7 +4,7 @@
4
ARG PG_VERSION=17
5
ARG PGVECTOR_VERSION=0.8.0
6
ARG POSTGIS_VERSION=3.5.1
7
-ARG PG_TEXTSEARCH_VERSION=0.2.0
+ARG PG_TEXTSEARCH_VERSION=0.6.0
8
ARG PGSODIUM_VERSION=3.1.9
9
10
#############################################
@@ -59,8 +59,6 @@ RUN curl -L https://download.osgeo.org/postgis/source/postgis-${POSTGIS_VERSION}
59
# pg_textsearch (BM25)
60
RUN git clone --branch v${PG_TEXTSEARCH_VERSION} --depth 1 https://github.com/timescale/pg_textsearch.git && \
61
cd pg_textsearch && \
62
- # Fix missing math.h include (upstream bug)
63
- sed -i '1i #include <math.h>' src/am/build.c && \
64
make -j$(nproc) && \
65
make install
66
0 commit comments