Skip to content

Instantly share code, notes, and snippets.

@boomshadow
Created May 1, 2019 02:09
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 boomshadow/3dd843b1aaa3ab6e818033b625ea1952 to your computer and use it in GitHub Desktop.
Save boomshadow/3dd843b1aaa3ab6e818033b625ea1952 to your computer and use it in GitHub Desktop.
basic psql install on CentOS
FROM centos:7
RUN yum install -y https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm
RUN yum install -y postgresql10 postgresql10-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment