Add libraries to the deploy container
All checks were successful
/ build-general (bookworm, 1.4.1, v0.8.0, 17, 3.5.2, 2.19.3) (push) Successful in 3m48s
/ build-base (bookworm, 17) (push) Successful in 2m0s

This commit is contained in:
Ryan Voots 2025-05-08 16:19:09 -04:00
parent b6b47cd7d1
commit 2777bca590

View file

@ -50,6 +50,19 @@ WORKDIR /build/pgvector
RUN make -j && make install
FROM gitea.simcop2387.info/simcop2387/postgresql-container-base:${BASE_IMAGE_TAG} AS final
RUN apt update && apt install -y \
docbook-xsl-ns \
gettext \
libgdal-dev \
libgeos-dev \
libjson-c-dev \
libproj-dev \
libprotobuf-c-dev \
libsfcgal-dev \
libxml2-dev \
libxml2-utils \
protobuf-c-compiler \
xsltproc
COPY --from=pgbuilder /usr/share/postgresql/. /usr/share/postgresql/
COPY --from=pgbuilder /usr/lib/postgresql/. /usr/lib/postgresql/