Build vm-compute-node images (#3174)

This commit is contained in:
Sergey Melnikov
2022-12-22 11:25:56 +01:00
committed by GitHub
parent 7ff591ffbf
commit f5f1197e15
3 changed files with 46 additions and 24 deletions

View File

@@ -170,9 +170,6 @@ RUN cd /usr/local/pgsql/bin && rm ecpg raster2pgsql shp2pgsql pgtopo_export pgto
# Remove headers that we won't need anymore - we've completed installation of all extensions
RUN rm -r /usr/local/pgsql/include
# Remove now-useless PGXS src infrastructure
RUN rm -r /usr/local/pgsql/lib/pgxs/src
# Remove static postgresql libraries - all compilation is finished, so we
# can now remove these files - they must be included in other binaries by now
# if they were to be used by other libraries.