mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 09:52:54 +00:00
add a staged install
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user