Created
May 1, 2019 02:09
-
-
Save boomshadow/3dd843b1aaa3ab6e818033b625ea1952 to your computer and use it in GitHub Desktop.
basic psql install on CentOS
This file contains hidden or 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
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