summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2018-11-13 16:00:13 -0800
committerGrant Limberg <grant.limberg@zerotier.com>2018-11-13 16:00:13 -0800
commit882b03436d7b40a788f060e0d83a4027f86e73ef (patch)
treeed637bd8cc3cec107b50fea483940093122b6af5 /docker
parent33d7b22abe3988b2682f4bdf87ce632cf6243ae6 (diff)
downloadinfinitytier-882b03436d7b40a788f060e0d83a4027f86e73ef.tar.gz
infinitytier-882b03436d7b40a788f060e0d83a4027f86e73ef.zip
WIP: libpxx instead of libpq
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index ec903191..f13a2bc6 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -4,7 +4,7 @@ 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 postgresql10
+RUN yum install -y postgresql10 libpqxx-devel
RUN yum -y install epel-release && yum -y update && yum clean all
RUN yum -y install clang jemalloc jemalloc-devel