PostgresSQL PHP Container
Here is my command to add pgsql library to my php docker file.
RUN apt-get install -y libpq-dev && docker-php-ext-install pdo pdo_pgsql pgsql
My daily IT journal
Here is my command to add pgsql library to my php docker file.
RUN apt-get install -y libpq-dev && docker-php-ext-install pdo pdo_pgsql pgsql
Leave a Reply