Skip to content

Instantly share code, notes, and snippets.

@vasilvestre
Created March 15, 2018 15:11
Show Gist options
  • Save vasilvestre/1ae77cc4ce0eb9921eb8ed7338658411 to your computer and use it in GitHub Desktop.
Save vasilvestre/1ae77cc4ce0eb9921eb8ed7338658411 to your computer and use it in GitHub Desktop.
Php5.3 + nginx + PostgreSQL
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