Created
May 24, 2019 23:01
-
-
Save thejsj/6e291f2590d4a82b1aabb2689c2f8f98 to your computer and use it in GitHub Desktop.
Install postgres in Docker container
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
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