optimize the controller build & ship workflow a bit
This commit is contained in:
parent
50b0b2e2e9
commit
1d8b8d8e9c
3 changed files with 19 additions and 29 deletions
5
ext/central-controller-docker/Dockerfile.run_base
Normal file
5
ext/central-controller-docker/Dockerfile.run_base
Normal file
|
@ -0,0 +1,5 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue