mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-26 08:01:05 +00:00
dockerfile updates
This commit is contained in:
parent
bb0808c99c
commit
af5d3a7f0b
@ -4,7 +4,7 @@ MAINTAINER Adam Ierymekno <adam.ierymenko@zerotier.com>, Grant Limberg <grant.li
|
|||||||
|
|
||||||
RUN yum update -y
|
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 https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm
|
||||||
RUN yum install -y postgresql10 libpqxx-devel
|
RUN yum install -y bash postgresql10 libpqxx-devel
|
||||||
|
|
||||||
RUN yum -y install epel-release && yum -y update && yum clean all
|
RUN yum -y install epel-release && yum -y update && yum clean all
|
||||||
RUN yum -y install clang jemalloc jemalloc-devel
|
RUN yum -y install clang jemalloc jemalloc-devel
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ -z "$ZT_IDENTITY_PATH" ]; then
|
if [ -z "$ZT_IDENTITY_PATH" ]; then
|
||||||
echo '*** FAILED: ZT_IDENTITY_PATH environment variable is not defined'
|
echo '*** FAILED: ZT_IDENTITY_PATH environment variable is not defined'
|
||||||
|
Loading…
Reference in New Issue
Block a user