Created
September 30, 2022 21:24
-
-
Save gnm3000/621f26ee5bfad8bef9064915ddbe33d5 to your computer and use it in GitHub Desktop.
Can't install pdo_psql with docker-php-ext-install (Alpine linux Docer)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM php:fpm-alpine | |
| RUN set -ex \ | |
| && apk --no-cache add \ | |
| postgresql-dev | |
| RUN docker-php-ext-install pdo pdo_pgsql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment