We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15acd68 + dcc8162 commit 60d620cCopy full SHA for 60d620c
pg_config.sh
@@ -1,5 +1,5 @@
1
apt-get -qqy update
2
-apt-get -qqy upgrade
+DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade
3
apt-get -qqy install postgresql python-psycopg2
4
apt-get -qqy install python-sqlalchemy
5
apt-get -qqy install python-pip
0 commit comments