diff --git a/installer/roles/image_build/templates/Dockerfile.j2 b/installer/roles/image_build/templates/Dockerfile.j2 index ecc9fb5678..4811d34023 100644 --- a/installer/roles/image_build/templates/Dockerfile.j2 +++ b/installer/roles/image_build/templates/Dockerfile.j2 @@ -36,6 +36,7 @@ RUN dnf -y update && \ python3-pip \ python3-psycopg2 \ python3-setuptools \ + python3-pycurl \ rsync \ subversion \ sudo \ diff --git a/tools/docker-compose/Dockerfile b/tools/docker-compose/Dockerfile index 079947926b..3a5c635986 100644 --- a/tools/docker-compose/Dockerfile +++ b/tools/docker-compose/Dockerfile @@ -40,6 +40,7 @@ RUN dnf -y update && \ python3-pip \ python3-psycopg2 \ python3-setuptools \ + python3-pycurl \ rsync \ subversion \ sudo \