mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
Add "make docker" for GitHub issue #1013
This commit is contained in:
parent
52a166a71f
commit
2f74bd5150
2 changed files with 9 additions and 5 deletions
|
@ -4,11 +4,11 @@ MAINTAINER Adam Ierymekno <adam.ierymenko@zerotier.com>, Grant Limberg <grant.li
|
|||
|
||||
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 bash postgresql10 libpqxx-devel
|
||||
|
||||
RUN yum -y install epel-release && yum -y update && yum clean all
|
||||
RUN yum -y install clang jemalloc jemalloc-devel
|
||||
RUN yum install -y bash postgresql10 libpqxx-devel librabbitmq
|
||||
RUN yum clean all
|
||||
|
||||
#RUN yum -y install epel-release && yum -y update && yum clean all
|
||||
#RUN yum -y install clang jemalloc jemalloc-devel
|
||||
|
||||
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