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 \ diff --git a/tools/docker-compose/Dockerfile b/tools/docker-compose/Dockerfile index 3c7a27b695..46d12ff424 100644 --- a/tools/docker-compose/Dockerfile +++ b/tools/docker-compose/Dockerfile @@ -17,6 +17,7 @@ RUN dnf -y update && \ gcc \ gcc-c++ \ git-core \ + glibc-langpack-en \ krb5-workstation \ libcurl-devel \ libffi-devel \