Skip to content

Commit

Permalink
Fetch PostgreSQL client directly from the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeaubaret committed Jun 1, 2015
1 parent 32c85a2 commit 56bb3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ fi
mkdir -p $BUILD_DIR/postgres
mkdir -p /app/.heroku/pgclient
pushd $BUILD_DIR/postgres
apt-get download postgresql-client-9.3
wget http://security.ubuntu.com/ubuntu/pool/main/p/postgresql-9.3/postgresql-client-9.3_9.3.4-1_amd64.deb
dpkg -x postgres* /app/.heroku/pgclient

cat > $BUILD_DIR/.profile.d/pgclient.sh <<"EOF"
Expand Down

0 comments on commit 56bb3d4

Please sign in to comment.