mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-08-19 12:10:28 +08:00
set DEBIAN_FRONTEND=noninteractive env setting apt-get install lines
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ if [[ -n ${PG_OLD_VERSION} ]]; then
|
||||
|
||||
echo "Installing postgresql-${PG_OLD_VERSION}..."
|
||||
apt-get update
|
||||
apt-get install postgresql-${PG_OLD_VERSION} postgresql-client-${PG_OLD_VERSION}
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install postgresql-${PG_OLD_VERSION} postgresql-client-${PG_OLD_VERSION}
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# migrate ${PG_OLD_VERSION} data
|
||||
|
||||
Reference in New Issue
Block a user