exclude repmgr to find problem
This commit is contained in:
@@ -105,10 +105,10 @@ RUN set -ex; \
|
||||
"postgresql-$PG_MAJOR=$PG_VERSION" \
|
||||
"postgresql-server-dev-$PG_MAJOR=$PG_VERSION" \
|
||||
; \
|
||||
cp /usr/include/postgresql/15/server/pg_config.h /usr/include/postgresql/; \
|
||||
curl https://github.com/EnterpriseDB/repmgr/releases/download/v5.5.0/repmgr-5.5.0.tar.gz | tar -xzC "$tempDir"; \
|
||||
cd repmgr; \
|
||||
./configure && make -j "$nproc" install; \
|
||||
# cp /usr/include/postgresql/15/server/pg_config.h /usr/include/postgresql/; \
|
||||
# curl https://github.com/EnterpriseDB/repmgr/releases/download/v5.5.0/repmgr-5.5.0.tar.gz | tar -xzC "$tempDir"; \
|
||||
# cd repmgr; \
|
||||
# ./configure && make -j "$nproc" install; \
|
||||
cd /; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
apt-get purge -y --auto-remove; \
|
||||
|
||||
Reference in New Issue
Block a user