-
-
Save beingsane/9b5e05090110d8a629788f0915fc0858 to your computer and use it in GitHub Desktop.
Docker PHP Image with PostgreSQL Driver
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: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