Skip to content

Instantly share code, notes, and snippets.

@kaajavi
Created July 25, 2017 11:53
Show Gist options
  • Save kaajavi/bdab0f648116cb6e7bd4150b111a2bcb to your computer and use it in GitHub Desktop.
Save kaajavi/bdab0f648116cb6e7bd4150b111a2bcb to your computer and use it in GitHub Desktop.
Install postgresql on alpine docker container
#To install psycopg2 on alpine linux (dockerized)
apk add --update postgresql-client postgresql-dev
pip install psycopg2
rm -rf /var/cache/apk/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment