Remove regress.so form image as we use the extension for this now

This commit is contained in:
Alexey Masterov
2024-09-05 11:58:13 +02:00
parent 9e61284d10
commit e8676ffff7

View File

@@ -37,9 +37,6 @@ RUN cd postgres && \
# Install headers
make MAKELEVEL=0 -j $(getconf _NPROCESSORS_ONLN) -s -C src/include install && \
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 /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 && \