Skip to content

Commit 2d08681

Browse files
authored
docs(pg-native): installation (#3542)
* docs(pg-native): installation Add docker * docs: Debian-based Node images
1 parent 7b917a8 commit 2d08681

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pg-native/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You need PostgreSQL client libraries & tools installed. An easy way to check is
1111
Some ways I've done it in the past:
1212

1313
- On macOS: `brew install libpq`
14-
- On Ubuntu/Debian: `apt-get install libpq-dev g++ make`
14+
- On Ubuntu/Debian and Debian-based Node images: `apt-get install libpq-dev python3 g++ make`
1515
- On RHEL/CentOS: `yum install postgresql-devel`
1616
- On Windows:
1717
1. Install Visual Studio C++ (successfully built with Express 2010). Express is free.

0 commit comments

Comments
 (0)