I need to install postgres-client-16 in my python container. When trying with apt get I receive an error. Version 15 runs fine. I use python:3.9-slim. How to make v16 work?
I need to install postgres-client-16 in my python container. When trying with apt get I receive an error. Version 15 runs fine. I use python:3.9-slim. How to make v16 work?