Skip to content

Commit

Permalink
Merge pull request #22 from duduribeiro/add-postgresql-client-to-post…
Browse files Browse the repository at this point in the history
…gres-features

Add postgresql-client to postgresql-client feature
  • Loading branch information
rafaelfranca authored Apr 18, 2024
2 parents 5a9d856 + d7f63ac commit 90e0ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/postgres-client/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apt-get update -y && apt-get -y install --no-install-recommends libpq-dev
apt-get update -y && apt-get -y install --no-install-recommends libpq-dev postgresql-client

rm -rf /var/lib/apt/lists/*

0 comments on commit 90e0ed8

Please sign in to comment.