Created
March 15, 2018 15:11
-
-
Save vasilvestre/1ae77cc4ce0eb9921eb8ed7338658411 to your computer and use it in GitHub Desktop.
Php5.3 + nginx + PostgreSQL
This file contains 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 webdevops/php-nginx-dev:ubuntu-12.04 | |
RUN apt-get update && apt-get install -y \ | |
php5-pgsql \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment