Skip to content

Instantly share code, notes, and snippets.

@thejsj
Created May 24, 2019 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thejsj/6e291f2590d4a82b1aabb2689c2f8f98 to your computer and use it in GitHub Desktop.
Save thejsj/6e291f2590d4a82b1aabb2689c2f8f98 to your computer and use it in GitHub Desktop.
Install postgres in Docker container
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
apt-get update
apt-get install postgresql-client -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment