Add libraries to the deploy container
This commit is contained in:
parent
b6b47cd7d1
commit
2777bca590
1 changed files with 13 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue