Skip to content

Instantly share code, notes, and snippets.

@gnm3000
Created September 30, 2022 21:24
Show Gist options
  • Save gnm3000/621f26ee5bfad8bef9064915ddbe33d5 to your computer and use it in GitHub Desktop.
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)
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