diff --git a/features/postgres-client/install.sh b/features/postgres-client/install.sh index bb0c5b7..6c29bdc 100755 --- a/features/postgres-client/install.sh +++ b/features/postgres-client/install.sh @@ -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/*