From 69597c56544dcbb99873463dd68f62ee9b1499df Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Fri, 1 Nov 2019 08:38:37 -0400 Subject: [PATCH] Sync Dockerfiles --- installer/roles/image_build/templates/Dockerfile.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index 19d2c035f2..64d712546e 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -14,6 +14,7 @@ RUN dnf -y update && \ gcc \ gcc-c++ \ git-core \ + glibc-langpack-en \ krb5-workstation \ libcurl-devel \ libffi-devel \ @@ -33,6 +34,7 @@ RUN dnf -y update && \ python3-devel \ python3-libselinux \ python3-pip \ + python3-psycopg2 \ python3-setuptools \ rsync \ subversion \