Add regress.so to the image

This commit is contained in:
Alexey Masterov
2024-08-14 13:37:35 +02:00
parent 1dba8846f8
commit e42dbae4a7

View File

@@ -39,7 +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 && \
cp src/test/regress/regress.so /usr/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 && \