the-paperless-project / paperless

Scan, index, and archive all of your paper documents
GNU General Public License v3.0
7.85k stars 498 forks source link

Added missing dependency to fix failing lxc install #691

Closed darshkpatel closed 3 years ago

darshkpatel commented 4 years ago

While using the lxc install script on a ubuntu lxc container running on proxmox, I encountered the below error while pip install was trying to install psycogp2

Screenshot 2020-07-18 at 4 41 26 PM

The package containing the missing dependency (pg_config) needs to be installed beforehand on the system, this PR fixes the issue