query fix & controller build fix
This commit is contained in:
parent
4a1d6f4cc8
commit
d15516f0ef
3 changed files with 5 additions and 3 deletions
|
@ -2,4 +2,4 @@ FROM centos:8
|
|||
RUN yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm
|
||||
RUN dnf -qy module disable postgresql
|
||||
RUN yum -y install epel-release && yum -y update && yum clean all
|
||||
RUN yum install -y jemalloc jemalloc-devel postgresql10 libpqxx && yum clean all
|
||||
RUN yum install -y jemalloc jemalloc-devel postgresql10 libpqxx libpqxx-devel && yum clean all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue