ecpg
libraries
RUN apt-get update && \
apt-get install -y libecpg-dev
RUN apt-get update && \
apt-get install -y libecpg-dev
RUN pacman -S --noconfirm libecpg-dev
RUN apt-get update && \
apt-get install -y libecpg-dev
RUN yum install -y postgresql-devel
RUN dnf install -y postgresql-devel
RUN apt-get update && \
apt-get install -y libecpg-dev