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 \