Open JohnScience opened 9 months ago
"libpq-dev" is a package in Debian-based Linux distributions that contains the development files (headers and libraries) needed to build programs that use the PostgreSQL database system. Here it is being used by Diesel CLI in the development environment. If you are not going to use diesel CLI, just comment it out from the docker file. But I have no problem installing it.
Fixing the problem in a fork.
Located the problem:
...
After fixing multiple errors, I realized that there's too much to fix.