Dockerfile aktualisiert
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 55s
All checks were successful
Create postgresql docker image / Explore-Gitea-Actions (push) Successful in 55s
This commit is contained in:
@@ -37,7 +37,8 @@ RUN set -xe; \
|
||||
if apt-get -s upgrade | grep "^Inst postgres"; then \
|
||||
echo "ERROR: Upgradable postgres packages found!"; \
|
||||
apt-get -s upgrade | grep "^Inst postgres"; \
|
||||
exit 1; \
|
||||
apt-get -s upgrade; \
|
||||
#exit 1; \
|
||||
fi; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
"postgresql-${PG_MAJOR}-pgaudit" \
|
||||
|
||||
Reference in New Issue
Block a user