Fully operational pgsql controller

This commit is contained in:
Grant Limberg 2018-10-24 12:06:17 -07:00
commit d87fcca176
4 changed files with 149 additions and 62 deletions

View file

@ -6,6 +6,10 @@ RUN yum update -y
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
RUN yum -y install epel-release && yum -y update && yum clean all
RUN yum -y install clang
ADD zerotier-one /usr/local/bin/zerotier-one
RUN chmod a+x /usr/local/bin/zerotier-one