Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 55s

This commit is contained in:
2025-10-15 08:11:28 +00:00
parent f72a0340ce
commit dc1fb7484b

View File

@@ -37,7 +37,8 @@ RUN set -xe; \
if apt-get -s upgrade | grep "^Inst postgres"; then \ if apt-get -s upgrade | grep "^Inst postgres"; then \
echo "ERROR: Upgradable postgres packages found!"; \ echo "ERROR: Upgradable postgres packages found!"; \
apt-get -s upgrade | grep "^Inst postgres"; \ apt-get -s upgrade | grep "^Inst postgres"; \
exit 1; \ apt-get -s upgrade; \
#exit 1; \
fi; \ fi; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
"postgresql-${PG_MAJOR}-pgaudit" \ "postgresql-${PG_MAJOR}-pgaudit" \