We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c5965 commit 11c105aCopy full SHA for 11c105a
pg/Dockerfile
@@ -1,4 +1,4 @@
1
FROM michelesr/php-composer:latest
2
3
-RUN apt update && apt install -y libpq-dev
4
-RUN docker-php-ext-install pgsql
+RUN apt update && apt install -y libpq-dev libpq5
+RUN docker-php-ext-install pgsql pdo pdo_pgsql
0 commit comments