mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 05:43:59 -07:00
Fully operational pgsql controller
This commit is contained in:
parent
7c0331997a
commit
d87fcca176
4 changed files with 149 additions and 62 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue