Skip to content

Instantly share code, notes, and snippets.

@naurojunior
Forked from ben-albon/php5.6-pgsql.Dockerfile
Created February 1, 2018 02:04
Show Gist options
  • Save naurojunior/c9c0982a729d9f770956c14f56fdf97c to your computer and use it in GitHub Desktop.
Save naurojunior/c9c0982a729d9f770956c14f56fdf97c to your computer and use it in GitHub Desktop.
Docker PHP Image with PostgreSQL Driver
FROM php:5.6-apache
RUN apt-get update && apt-get install -y libpq-dev && docker-php-ext-install pdo pdo_pgsql
COPY src/ /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment