Add regress.so to the image

This commit is contained in:
Alexey Masterov
2024-08-14 12:08:03 +02:00
parent 224564e2e0
commit 1dba8846f8

View File

@@ -39,6 +39,7 @@ RUN cd postgres && \
make MAKELEVEL=0 -j $(getconf _NPROCESSORS_ONLN) -s -C src/interfaces/libpq install && \
# Install tests
make MAKELEVEL=0 -j $(getconf _NPROCESSORS_ONLN) -s -C src/test/regress install && \
cp src/test/regress/regress.so /local/pgsql/lib && \
# Enable some of contrib extensions
echo 'trusted = true' >> /usr/local/pgsql/share/extension/autoinc.control && \
echo 'trusted = true' >> /usr/local/pgsql/share/extension/bloom.control && \