get central controller docker builds working again

This commit is contained in:
Grant Limberg 2021-11-30 15:22:31 -08:00
parent 6393a4beec
commit 4a1d6f4cc8
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A
4 changed files with 4 additions and 3 deletions

View file

@ -10,3 +10,4 @@ RUN dnf -qy module disable postgresql
RUN yum -y install epel-release && yum -y update && yum clean all
RUN yum groupinstall -y "Development Tools" && yum clean all
RUN yum install -y bash cmake postgresql10 postgresql10-devel clang jemalloc jemalloc-devel libpqxx libpqxx-devel && yum clean all
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y