Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc |
  2. sudo apt-key add -
  3. sudo apt-get update
  4.  
  5. # Add the PostgreSQL PGP key to verify their Debian packages.
  6. # It should be the same key as https://www.postgresql.org/media/keys/ACCC4CF8.asc
  7. RUN apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement