diff --git a/.devcontainer/features/src/postgresql/install.sh b/.devcontainer/features/src/postgresql/install.sh index d825f92db..ed4cb1494 100755 --- a/.devcontainer/features/src/postgresql/install.sh +++ b/.devcontainer/features/src/postgresql/install.sh @@ -7,8 +7,8 @@ wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key a apt-get update apt-get -y install \ - postgresql-common \ - postgresql-client-common \ - postgresql-15 \ - postgresql-client-15 \ - libpq-dev + postgresql-common \ + postgresql-client-common \ + postgresql-15 \ + postgresql-client-15 \ + libpq-dev