Skip to content

Commit

Permalink
attempting to fix weird linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstottmoj committed Apr 24, 2024
1 parent d954cea commit 2d5be54
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/features/src/postgresql/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d5be54

Please sign in to comment.