How to fix diesel_cli link libpq.lib error with Postgres tools installed in Docker?
I'm trying (for hours now) to install the cargo crate diesel_cli for postgres. However, every time I run the recommended cargo command: cargo install diesel_cli --no-default-features --features postgres I wait a few minutes just to see the same build fail with this message: note: LINK : fatal error LNK1181: cannot open input file 'libpq.lib' error: aborting