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
|
||||
|
||||
|
|
|
@ -41,4 +41,7 @@ echo "{
|
|||
}
|
||||
" > /var/lib/zerotier-one/local.conf
|
||||
|
||||
# export ASAN_OPTIONS=detect_leaks=1
|
||||
# export ASAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer
|
||||
# export MSAN_SYMBOLIZER_PATH=/usr/bin/llvm-symbolizer
|
||||
exec /usr/local/bin/zerotier-one /var/lib/zerotier-one
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue