add a staged install

This commit is contained in:
Alexey Masterov
2025-04-25 10:54:41 +02:00
parent 127247a63c
commit b6afe92bd5

View File

@@ -299,6 +299,7 @@ RUN ./autogen.sh && \
make -j $(getconf _NPROCESSORS_ONLN) install && \
cd extensions/postgis && \
make clean && \
make staged-install && \
make -j $(getconf _NPROCESSORS_ONLN) install && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/postgis.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/postgis_raster.control && \